Top "Spinner" questions

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

Alternative to HIGHLY FLAWED SPINNER CLASS in Android

in my current project i have dealt with spinner class which has been customized from almost every aspect possible. Thus …

android spinner android-spinner alternate
Android: Spinner selection aligned to the left

I finished the English version of my application and now I am working on the Arabic localization. Arabic is a …

android layout spinner arabic gravity
How do I disable or hide jQuery UI spinner buttons without disabling widget?

I originally was using the option to disable the spinner widget, but I don't want to use that, because it …

jquery jquery-ui spinner readonly disabled-control
Android Spinner Gravity Not working

I'm trying for days to align the text in a spinner to right, but every time I fail to do …

android alignment spinner gravity
Unable to add window -- token null is not for an application

hi im trying to inflate an view(B.xml)(which has spinner in it)from a AsyncTask's onPostExecute() in a …

android dialog android-asynctask spinner layout-inflater
Spinner cannot load an integer array?

I have an application, which has a Spinner that I want populated with some numbers (4,8,12,16). I created an integer-array object …

android spinner android-arrayadapter
How can I add UI spinner on Ajax call?

I want to show loading spinner on Ajax call. I tried spin.js library but it didn’t work. Here …

javascript spinner jquery-ui-spinner
Load Angular Spinner on http request

I'm trying to use Angular Spin Kit in my project to load the spinner on every http GET,PUT,POST …

javascript angularjs spinner jquery-spinner
Android Spinner onNothingSelected

In my app i have a spinner with 3 values. If you press the first one it should go to the …

android spinner onitemselectedlistener
jQuery spinner - Change value on spin event

I want to be able to append text to the spinner on the 'spin' event. Here is what I currently …

jquery jquery-ui spinner jquery-ui-spinner