How to Implement Spinner in Android

Поделиться
HTML-код
  • Опубликовано: 23 ноя 2024

Комментарии • 13

  • @marcopozzi522
    @marcopozzi522 Год назад +11

    I'm watching this tutorial from the Android studio emulator 👀

  • @OMARFARUQ-BDCV
    @OMARFARUQ-BDCV 5 дней назад +1

    Hello Sir. Kindly Make A Video With Volley Library How To Pass Selected Data To Server Please 🙏❤

  • @RareWorld
    @RareWorld Год назад +1

    If I click on any item then all the remaining items should be disable until I again click on that item. I want to implement this

    • @CodesEasy
      @CodesEasy  Год назад

      Sure, you can use onclick listener and use setEnabled to false

  • @IhorKramarenko
    @IhorKramarenko Год назад +1

    I'm going to break something soon. Let's say i have activity with input that saves user input to sqlite db and a spinner which displays that inputs from db. Can you explain how to update spinner after inserting to database?

    • @CodesEasy
      @CodesEasy  Год назад

      either by refreshing the page or use JavaScript

  • @Lyes_Abdellatif
    @Lyes_Abdellatif 8 месяцев назад

    The link do not take to the source code

  • @abdullahaminosmanl3922
    @abdullahaminosmanl3922 9 месяцев назад +2

    Hi there is error on "String item = AdapterView.getItemAtPosition(position).toString();" - non-static method cannot be referenced from a static context

    • @angelam7797
      @angelam7797 7 месяцев назад

      did you fix it? i have the same problem

  • @satyananda_R
    @satyananda_R 6 месяцев назад +1

    It is not working

    • @CodesEasy
      @CodesEasy  6 месяцев назад

      What issue are you facing?