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.

Catching an event when spinner drop down is dismissed

I want to catch an event when spinner drop down is dismissed. We can catch it when the user clicks …

android drop-down-menu 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 Spinner: Remove Extra White Space Between Text and Dropdown Icon

I have a spinner and by default there is extra white-space between text and dropdown icon which I really don't …

android whitespace android-spinner dropdown
Spinner with arrow in left

I'm developing an app for RTL language and want to change the position of arrow to the left of Spinner ! …

android android-spinner right-to-left
Android Spinner - How to position dropdown arrow as close to text as possible when options have different length?

The options in my spinner has different length and currently the dropdown arrow is positioned far to the right based …

android android-spinner
Alternative to HIGHLY FLAWED SPINNER CLASS in Android

in my current project i have dealt with spinner class which has been customized from almost every aspect possible. Thus …

android spinner android-spinner alternate
Spinner - focus to first item

I use dropdown spinner with cursor adapter. It contains e.g 1 - 100 items. I select e.g. item 50. Item is …

android android-layout android-widget android-spinner
Ripple effect on Spinner dropdown items colored background (appcompat-v7 V21)

I tried to apply ripple effect on Spinner dropdown items, like this: activity.java ArrayAdapter<CharSequence> adapter = ArrayAdapter.…

android android-spinner android-appcompat material-design rippledrawable