Top "Spinner" questions

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

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
Setting ID for Spinner items

I have an array of Strings I'm populating a Spinner object with. However, I'd like to attach an ID to …

android spinner
Android Spinner selection

The OnItemSelectedListener event handler gets called both when a spinner selection is changed programmatically, and when a user physically clicks …

android selection spinner
Can you hide an element in a layout, such as a spinner, depending on an activity?

I am working on my app which has 3 spinners in one view. Some of my activities will need to use 3 …

android layout spinner
Multiple spinners and onItemSelected

I have two spinners that trigger the onItemSelected event. The question is How can I know which one triggered such …

android events spinner
Set text of spinner before item is selected

I have a spinner with three items and I use an XML string-array resource to feed it. When you open …

android spinner oncreate settext
Align spinner values to right instead of left

In spinner xml, I'm using: android:entries="@array/cars" where cars is list of numeric items. The spinner automatically align …

android xml android-layout alignment spinner
How to manage the height of android spinner items?

I have an android spinner that's populated by a list of strings using an ArrayAdapter and it operates fine, however …

android height spinner listadapter
using simplemodal, show loading spinner while content inside iframe loads

Good morning! I am using the great SimpleModal plugin for jQuery from Eric Martin. Currently, I am loading a modal …

jquery iframe spinner loading simplemodal
Put ENUM values to android spinner?

For example: I have an enum with days. How do I put its values into spinner ?

android enums spinner