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.

How to create Spinner-list using CustomAdapter in android

in my app,I want to create SpinnerList using CustomAdapter class,For this i wrote below code but when I …

android android-spinner
How to add floating label on Spinner

After using the Android Design Support Library's TextInputLayout to place a floating label above an EditText component, I was wondering …

android android-layout android-spinner material-design android-textinputlayout
How to add Image to spinner in Android

I want to add an image to spinner I have tried like: <Spinner android:id="@+id/spinner1" android:layout_…

android android-layout android-spinner
Change colour of small triangle on spinner in android

How can I change the colour of small triangle at the bottom right corner of spinner like shown in the …

android colors android-spinner
how to change the dropdown height in spinner

i tried a lot to change the dropdown item height of spinner.. but i couldn't get a good solution.. plz …

android android-layout android-intent android-spinner
Android Spinner using ArrayList<String>

I have been using values of spinner from XML string-arrays so far like: Spinner karant_sp; karant_sp = (Spinner) findViewById(…

java android arraylist spinner android-spinner
Change color of the drop down arrow of Spinner in XML

As I wrote in my question, I want to change the color of the drop down arrow (the default arrow, …

android android-layout colors android-spinner android-color
Android spinner prompt

I have a problem with android:prompt for a spinner. I used this code in the XML file but it …

android android-spinner
Android add arrow image to spinner

I have created a background drawable that I use for a spinner. I would like to now but an arrow …

android android-layout imageview android-spinner
Android spinner with date picker, like Google Calendar app

I'm trying to get a text box that looks like a spinner to activate a date picker dialog. This is …

android android-4.0-ice-cream-sandwich android-spinner android-datepicker