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.
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?
@@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?
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?
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.
Great to hear! Thanks for the feedback!!!
Spinner... Wow... 🤘🤘🤘
Good tutorial
Thanks 😊
Thanks for making this i want to make action when it click on any item ?
Kindly watch part 01
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?
Use onItemSelected method. Watch part 01
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 🙏
@@mohamedakazim1909 what do you want to make?
I want those options to do things, like opening an activity
use onItemSelected method
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?
Rather than guessing, I would like to see your code. May I?
Thanks you so much !
Welcome 😄
what if there are two spinner ?? if we click on one pinner other arrow will also be change ?
You can add a check with the spinner id before changing the deawable
what you did in the sskipped part?
Please mention the timeframe.
How do I change the font of the spinner nad the elements within?
How to keep a default text on spinner
If you are following this tutorial then just use font family in the layout file of XML.
@@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?
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.
@@DailyCoding Okay i'll try that, thank you.
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?
Join Telegram and post your queries. Anyway, How are you using popup window? using Dialog class??
Hello great video ,thank for that.
But how to get selected Fruit in a text view ?
Thanks for your feedback.
Here is how you can make the spinner item selected. Just use onItemSelected()
ruclips.net/video/X7Xz5ixKVhs/видео.html
How to get an item by index form spinner filled by xml?
Use item selected listener
🎉
but you did not show how to get spinner value ???? please tell me here
Use onOnItemSelected listener. However You can watch part 1.
same question, how to get spinner value ?
@@DailyCoding part 1 link please
Inventory kaisay banaya bo to dikhana tha na
That's the very basic concept dude. Create a class called Inventory then create a function that will return a list.
2nd viewer