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.

Spinner does not wrap text -- is this an Android bug?

If the text of a Spinner item is too long to fit into a single line, the text is not …

android android-layout spinner android-spinner
Implement multiple event listeners in the same fragment - Android

I have a fragment which consists of a spinner and a button. You select one of four options with the …

android interface event-handling listener android-spinner
How do I make a Spinner's "disabled" state look disabled?

When I disable my Spinner it looks almost exactly like it did prior to being disabled, i.e. Before After …

android spinner android-spinner
How to capture onClick event in Android for a spinner

I want to capture the onClick event when the user selects a spinner value. I've tried implementing OnClickListener and using …

android android-widget android-spinner
Add more space between items in Android Spinner without custom style?

I have an Android application I'm writing for a Concrete company that will be used for clocking in and out. …

java android spinner android-spinner
Change Spinner DropDown width

I need resize this part size to full display. How can i do this? My adapter: String[] navigations = getResources().getStringArray(…

android spinner android-spinner titlebar android-titlebar
How to limit the height of Spinner drop down view in Android

Please suggest any approach which i use to create it . Query : I am creating 2-Spinner view , where i have to …

android android-layout android-spinner
android loading circle (spinner) between two activity

I have a main activity that has simple buttons and listeners associated to them. Each button opens a new activity (…

android android-spinner
Android - Remove Spinner Dropdown Arrow

I'm just wondering if it's at all possible to simply remove the dropdown arrow for a spinner? I have a …

android android-layout spinner android-spinner android-selector
Spinner onItemSelected called erroneously (without user action)

I have a spinner which I am showing in a dialog view, and the moment the dialog starts onItemSelected is …

android spinner android-spinner