Top "Spinner" questions

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

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
Android - How to get all items in a Spinner?

How do I get all items in a Spinner? I was having trouble trying to search a way to get …

android spinner items
How to insert extra elements into a SimpleCursorAdapter or Cursor for a Spinner?

I have a Spinner which is to show a list of data fetched from database. The data is returned to …

android cursor spinner simplecursoradapter
Manually typing in text in JavaFX Spinner is not updating the value (unless user presses ENTER)

It seems that the Spinner control does not update a manually typed-in value until the user explicitly presses enter. So, …

java javafx spinner javafx-8
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
Using SimpleAdapter with Spinner

I am new to Android development. I am trying to populate a spinner by using the SimpleAdapter. But spinner's list …

android spinner simpleadapter
Android Spinner Setting Selection with 2-Way Binding

I am struggling to get some functionality to work with Android spinners when configured with 2-way databinding. I would like …

android spinner 2-way-object-databinding
What is the right way to communicate from a custom View to the Activity in which it resides?

I have a custom View class that extends Spinner. I'm trying to figure out what the correct way to talk …

android view spinner adapter android-context
How to right-align Android spinner

I'm trying to right-align the text of an Android spinner. I have been through Stack Overflow and tried the recommended …

android layout spinner right-align
Implementing events Spinner with Butter Knife

First: We need to reference the spinner @Bind(R.id.field_type_id) Spinner mTypeIdSpinner; Second: Create string array <…

android spinner butterknife onitemselectedlistener