I'm watching this tutorial from the Android studio emulator 👀
@CodesEasy Жыл бұрын
😅👍
@OMARFARUQ-BDCVАй бұрын
Hello Sir. Kindly Make A Video With Volley Library How To Pass Selected Data To Server Please 🙏❤
@CodesEasyАй бұрын
Sure
@RareWorld Жыл бұрын
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 Жыл бұрын
Sure, you can use onclick listener and use setEnabled to false
@abdullahaminosmanl392211 ай бұрын
Hi there is error on "String item = AdapterView.getItemAtPosition(position).toString();" - non-static method cannot be referenced from a static context
@angelam77978 ай бұрын
did you fix it? i have the same problem
@IhorKramarenko Жыл бұрын
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?