Android : Spinner
What to do when you have a list and want user to select one item amongst it. Spinners make this task simpler. When the user clicks on that element they drop down like a list. The user can select one of the items and continuous. Thus they avoid blocking your view and using unnecessary screen space. Spinneris a view that displays one child at a time and lets the user pick among them. The items in…
View On WordPress









