Spinner is a widget that allows the user to select an item from a group, like a dropdown list.
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 spinnerI'd like to decrease/change the spinner size which includes: the spinner object size the font displayed (its size and …
android spinnerI 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 spinnerI have two spinners (day_spin and time_spin) in one Activity. I want to save the selected day_spin …
android spinner listener android-spinnerAfter 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-designI'm having some problem with setSelection on a Spinner. I set the value to be pre-selected when the spinner is …
android spinnerI want a basic spinner or processing animation while my AJAX POST is processing. I'm using JQuery and Python. I …
javascript jquery ajax django spinnerI am looking for a way to hide one item in an Android spinner widget. This would allow you to …
android spinner