Top "Spinner" questions

Spinner is a widget that allows the user to select an item from a group, like a dropdown list.

Android spinner with underline appcompat

I am using a appcompat theme for my application. Need to know how i can show underline to spinner. It …

android spinner android-appcompat underline
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
How to disable onItemSelectedListener to be invoked when setting selected item by code

Just wondering how you handle the following problem: a result is calculated depending on two spinners' selected items. To handle …

android listener spinner
Android Kotlin onItemSelectedListener for spinner not working

I have a spinner with some items (strings). I want to add the selected items to a list. I read …

android kotlin 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
Angular 5 Material Spinner is not working

Angular 5 Material Spinner is not working app.module.ts import { MatProgressSpinnerModule } from '@angular/material/progress-spinner'; @NgModule({ imports: [ MatProgressSpinnerModule ]}) component.…

angular angular-material spinner
How can an error message be set for the Spinner in Android?

I'd like to be able to call code like this, similar to how setError is set on a TextView: spinner.…

android android-widget spinner
How to display loading spinner in a textbox on clicking of a button?

How to display loading spinner in a textbox on clicking of a button? Say I have a username and password …

jquery spinner loading
Android Spinner Dropdown arrow not displaying

my background for my fragment is white, and the arrow for the spinner does not display unless I click on …

android xml layout fragment spinner
Spinner : onItemSelected not called when selected item remains the same

I have a OnItemSelectedListener for my Spinner, but it is not called when the selected item is the same as …

android spinner listener android-actionbar actionbarsherlock