Top "Android-spinner" questions

A spinner is a control/widget that allows the user to select an item from a group, like a dropdown list.

Spinner's onItemSelected callback called twice after a rotation if non-zero position is selected

When I create my activity, I setup a Spinner, assigning it a listener and an initial value. I know that …

android android-widget android-spinner
Spinner drop down menu items color (Android)

So I have a spinner and I was successful in changing the color of the selected item but I am …

android-spinner textcolor
Spinner.setSelection doesn't trigger OnItemSelectedListener properly

I'm currently working on a Account Management Activity for my Android application and I'm having trouble figuring out why the …

android spinner android-spinner
Show alertDialog with radiobuttons when click a listViewItem

I have a listView with 2 items in it, the 2 items are "seconds" and "minutes" When I press "seconds" I'd like …

android android-listview android-spinner android-alertdialog onitemclicklistener
Spinner with multi-line items overlaps selected item display on Froyo

I'm trying to create Spinners that look the same on all versions of Android back to Froyo. To that end, …

android android-layout styles android-spinner android-holo-everywhere
spinner dropdown start from top of spinner

Problem is Spinner dropdown list start from top line of Spinner but it should be start from bottom line of …

android spinner android-spinner
Custom spinner adapter simple_spinner_dropdown_item not displaying correctly

I am getting data from an SQLite database and assigning them to data objects. I am using a custom spinner …

android android-layout android-spinner
Could not find class 'android.widget.ThemedSpinnerAdapter'

I have ,in a fragment, a method call who open an AlertDialog when an user tap on an button, in …

android android-fragments android-spinner
Spinner with custom adapter show the selected item Android

in my program use a spinner with a custom adapter. The adapter is: private class lenguageSpinnerAdapter extends BaseAdapter implements SpinnerAdapter { …

android android-layout android-spinner android-adapter android-adapterview
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