Top "Spinner" questions

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

Method for Spinner item click listener with SimpleCursorAdapter and ViewBinder

I got a Spinner element which I populate with data from a Cursor using a SimpleCursorAdapter. Also I'm using setViewBinder …

android android-layout spinner android-viewbinder
Removing margin from spinner dropdown

I have a spinner like the image below; How can I remove the gap on the left x between the …

android android-layout spinner android-spinner
How to get selected item position from Spinner using SimpleAdapter

I have a spinner, which is populated using below code, I want to get the item selected by user from …

android spinner android-spinner simpleadapter
How to move the Android Spinner drop down arrow closer to it's emitting text

I need to set the drop down arrow closer to its emitting text element in Spinner. How can achieve this? &…

android spinner android-spinner
Android: problems with getSelectedItem on a spinner

I have a Spinner, and put the selected item in the body of a mail. this is my code: @Override …

java android nullpointerexception spinner getselection
How do I set the maximum length for a spinner's drop-down list?

I have a spinner which currently obscures some text below the spinner when opened. I need to limit the maximum …

android height spinner
Android spinner showing object reference instead of string

Ok so I am having a issue with my spinner. Its being populated with data pulled from a webservice. The …

android spinner android-arrayadapter
Fragment loading spinner/dialog in Honeycomb

When loading data into my Fragments I would would like to have an indeterminate spinner in the middle of the …

android spinner progressdialog android-fragments android-3.0-honeycomb
Dynamically change width of spinner in Android

I tried to dynamically change the width of a spinner with the code below, but I get an error message. …

android dynamic width spinner layoutparams
Spinner with long text not working fine

I have some problems with the spinner. Depending of my dates, I must add to a TableRow a TextView with …

android spinner tablerow