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.

Multiple Selection Spinner

I have a spinner that acts like a filter for searching among several categories. But the problem is that the …

android android-spinner
Spinner item gets automatically selected upon entering activity. How do I avoid this?

I have a spinner in my Android app, and its onItemSelected() event automatically gets triggered upon entering the activity. How …

android android-spinner
Unable to check/uncheck CheckedTextView inside getView

I'm loading phone contacts in a custom ListView. Each row is a checkable LinearLayout containing a CheckedTextView and another TextView. …

android android-layout android-spinner android-checkbox
Android simple spinner item

this question relates to this one: android.R.simple_spinner_item Since I can't comment because of low reputation, I …

android android-layout android-spinner
How to change spinner text size?

I'd like to learn about spinner and how to change spinner text size and spinner text color.

android android-spinner text-size
Spinner does not apply dropDownSelector attribute

I'm using spinner and want to add spinner - to change behavior depends of states(focused, pressed) sample project is …

android spinner android-spinner
Populating Android Spinner with List of Objects

I'm populating my spinner with user object in order to work later with the user ID but the display of …

android data-structures spinner android-spinner populate
Android Spinner Underline color

I can add underline in spinner using style="@style/Base.Widget.AppCompat.Spinner.Underlined". How can I change color of …

android android-spinner android-appcompat underline
Android limit the no of items displayed in a spinner's dropdown list

I have a spinner item bound to an array adapter which might have 0 or more items at any time. I …

android android-arrayadapter android-spinner