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.

Android - configure Spinner to use array

I declare my Spinner in the following manner (it's very static so I have 2 string arrays in array.xml for …

android arrays spinner android-spinner
Change text color of selected item in spinner

How can I change the font color of the selected item in a spinner? I am able to change the …

android android-spinner
Multi selection spinner in android without AlertDialog

i want the same as this link https://www.gorecess.com/ first spinner . multi selection spinner in android with checkbox .…

android drop-down-menu android-listview spinner android-spinner
How to set font custom font to Spinner text programmatically?

I have a ttf font file in my assets folder. I know how to use it for textviews with: Typeface …

android fonts spinner android-spinner android-fonts
Android Spinner with multiple choice

How do I create spinner which allows to choose multiple items, i.e spinner with check boxes?

android android-spinner
Android: two Spinner onItemSelected()

I have two spinners (day_spin and time_spin) in one Activity. I want to save the selected day_spin …

android spinner listener android-spinner
I have an error: setOnItemClickListener cannot be used with a spinner, what is wrong?

Kindly This is my code below, and I am pasting the error messages underneath: I am trying to use setOnItemClickListener …

java android android-spinner
Correct usage of a Spinner, following material design guidelines

After reading the new design guidelines of Google's material design, I didn't found any clear solution for designing/displaying a …

android drop-down-menu spinner android-spinner material-design
How can I fix the Spinner style for Android 4.x placed on top of the Toolbar

According to Android documentation, Material Design style is supported for Spinner widget. So I decided to use it in my …

android android-layout android-spinner android-toolbar
How to update a spinner dynamically?

I've been trying to update my spinner in android dynamically but nothing I try has been working. This is the …

android android-spinner