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.

How to set active item in the Action Bar drop-down navigation?

I'm trying to fix the issue with restarting activity on orientation changes. I have an ActionBar with drop-down list navigation …

android android-actionbar android-spinner
Android: Cannot style spinner divider

I'm trying to create a theme for my first Android app, and it is driving me round the bend. I …

android themes spinner android-spinner divider
Custom Spinners/drop down menu

In the app Astrid Tasks, there is a button. When you press the button, a drop down menu comes up. …

android drop-down-menu android-spinner
Android: Drawing a button as a spinner

I have a custom android view that extends 'Button' and acts as a multi-level spinner - when it is pressed …

android android-widget android-spinner android-button
Change spinner style in toolbar

I am trying to put a spinner in my Toolbar like the old ActionBar style navigation and my theme is …

android android-spinner
Undesired onItemSelected calls

I have 36 spinners that I have initialized with some values. I have used onItemSelectedListener with them. As usual, the user …

android android-spinner
How can I change the background color of a spinner popup?

I'm trying to set the background color of a spinner popup but everything I've tried didn't work properly. This is …

android background popup android-spinner android-2.3-gingerbread
Combine Spinner and AutoCompleteTextView

I am asking myself if it is possible, to combine a Spinner and a AutoCompleteTextView. Basically I want an AutoCompleteTextView, …

android android-spinner autocompletetextview
How do I place spinner below the spinner layout when it is clicked and show spinner item in lollipop and above?

Like overflow menu overlaps the toolbar same way spinner overlaps itself when it is shown drop down item in lollipop …

android android-layout android-5.0-lollipop android-spinner
How do I preserve the state of a selected spinner/dropdown item on orientation change?

I am using a spinner dropdown in my code , in which I have 4 to 5 dynamically populated values, say if I …

android android-layout android-fragments android-spinner android-orientation