Top "Spinner" questions

Spinner is a widget that allows the user to select an item from a group, like a dropdown list.

Disabling Spinner in android

I'm having problems when using android:enabled="false", it's not disabling the component in the case it's a spinner. Don't …

android spinner
How to change spinner text color

I saw many topics about how to change spinner's text color,but i couldnt understand how to use spinner_item.…

android text colors spinner textcolor
How can I change/decrease the Android spinner size?

I'd like to decrease/change the spinner size which includes: the spinner object size the font displayed (its size and …

android spinner
Use object array list as spinner adapter

I got this ArrayList of objects, and i need to set it as my spinner's adapter like this: ArrayList<…

android user-interface drop-down-menu spinner
How to set position in spinner?

I read with BufferedReader text from a system file; this text contains, for example, 5 WORDS, but in another case it …

android file position set spinner
Android: two Spinner onItemSelected()

I have two spinners (day_spin and time_spin) in one Activity. I want to save the selected day_spin …

android spinner listener android-spinner
Correct usage of a Spinner, following material design guidelines

After reading the new design guidelines of Google's material design, I didn't found any clear solution for designing/displaying a …

android drop-down-menu spinner android-spinner material-design
Android: setSelection having no effect on Spinner

I'm having some problem with setSelection on a Spinner. I set the value to be pre-selected when the spinner is …

android spinner
How to show processing animation / spinner during ajax request?

I want a basic spinner or processing animation while my AJAX POST is processing. I'm using JQuery and Python. I …

javascript jquery ajax django spinner
How to hide one item in an Android Spinner

I am looking for a way to hide one item in an Android spinner widget. This would allow you to …

android spinner