This was a very concise video, it helped me to not only implement a custom spinner but an understanding of how one is put together, thanks for creating this.
@DailyCoding3 жыл бұрын
Great to hear! Thanks for the feedback!!!
@SumanDas-ey8ro3 жыл бұрын
Spinner... Wow... 🤘🤘🤘
@aliissa6905 Жыл бұрын
what you did in the sskipped part?
@DailyCoding Жыл бұрын
Please mention the timeframe.
@alpha38363 жыл бұрын
How do I change the font of the spinner nad the elements within? How to keep a default text on spinner
@DailyCoding3 жыл бұрын
If you are following this tutorial then just use font family in the layout file of XML.
@alpha38363 жыл бұрын
@@DailyCoding and how do i keep a default text like "Select item" On the spinner? Should I just add it like another list item, and not put any functionality behind it?
@DailyCoding3 жыл бұрын
Yes to highlight the selected item use onItemSelected listener. Or just watch the first video of the Spinner Playlist. It's easy! Try that out.
@alpha38363 жыл бұрын
@@DailyCoding Okay i'll try that, thank you.
@eCashbooks Жыл бұрын
what if there are two spinner ?? if we click on one pinner other arrow will also be change ?
@DailyCoding Жыл бұрын
You can add a check with the spinner id before changing the deawable
@Gheorghicastefan2 жыл бұрын
Hello sir, many thanks for the video, I have followed the instructions but the spinner only shows me the last element from Data class, is there a chance you could know what might be the issue?
@DailyCoding2 жыл бұрын
Rather than guessing, I would like to see your code. May I?
@Mirtguitar9 ай бұрын
Good tutorial
@DailyCoding9 ай бұрын
Thanks 😊
@khanhsb152 жыл бұрын
Thanks you so much !
@DailyCoding2 жыл бұрын
Welcome 😄
@ali_x19172 жыл бұрын
Thanks for making this i want to make action when it click on any item ?
@DailyCoding2 жыл бұрын
Kindly watch part 01
@mohamedakazim19092 жыл бұрын
Great video. Really thanks. I have just one question please. Can I click on the options to navigate to others activities, and if yes, how?
@DailyCoding2 жыл бұрын
Use onItemSelected method. Watch part 01
@mohamedakazim19092 жыл бұрын
I saw part 1. I have no problem doing it with popup dialog. It's just complicated with spinner and exported dropdown menus. Please help 🙏
@DailyCoding2 жыл бұрын
@@mohamedakazim1909 what do you want to make?
@mohamedakazim19092 жыл бұрын
I want those options to do things, like opening an activity
@DailyCoding2 жыл бұрын
use onItemSelected method
@maisa8924 Жыл бұрын
How to get an item by index form spinner filled by xml?
@DailyCoding Жыл бұрын
Use item selected listener
@psikolojiktarih3 жыл бұрын
hi sir, i create searchable spinner use the popupwindow and icons but i have a few tablayout, is spinner opened change layout popupwindow stay bug. Every Tabs vew is open popupwindow(spinnerlist). I am try setOutSideTouchable(true) but this searchable method is destroyed. do you have any idea what i should do?
@DailyCoding3 жыл бұрын
Join Telegram and post your queries. Anyway, How are you using popup window? using Dialog class??
@haidarali16962 жыл бұрын
but you did not show how to get spinner value ???? please tell me here
@DailyCoding2 жыл бұрын
Use onOnItemSelected listener. However You can watch part 1.
@duongnguyenhai4732 жыл бұрын
same question, how to get spinner value ?
@rirelaughplus2 жыл бұрын
@@DailyCoding part 1 link please
@rirelaughplus2 жыл бұрын
Hello great video ,thank for that. But how to get selected Fruit in a text view ?
@DailyCoding2 жыл бұрын
Thanks for your feedback. Here is how you can make the spinner item selected. Just use onItemSelected() kzbin.info/www/bejne/jmi7q2ifrbCJntU
@ankitankit-hg3fh Жыл бұрын
🎉
@asadnuralom33762 жыл бұрын
Inventory kaisay banaya bo to dikhana tha na
@DailyCoding2 жыл бұрын
That's the very basic concept dude. Create a class called Inventory then create a function that will return a list.