Top "Spinner" questions

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

How do you get the selected value of a Spinner?

I am trying to get the selected items string out of a Spinner. So far I have gotten this: bundle.…

java android spinner
How to set Spinner Default by its Value instead of Position?

I have 1-50 records in the database. I am fetching those data using cursor and set those values to Spinner …

android spinner simplecursoradapter android-spinner
How to keep onItemSelected from firing off on a newly instantiated Spinner?

I've thought of some less than elegant ways to solve this, but I know I must be missing something. My …

android spinner android-spinner
WPF loading spinner

The goal is to display the information that the application is working. So I'm looking for an intelligent implementation sample …

c# wpf mvvm spinner loading
How to add a Hint in spinner in XML

I am trying to add a Hint in the spinner widget as there is no option of Hint as in …

android xml spinner android-spinner
Show default value in Spinner in android

I want to show a dropdown for gender selection. I passed a string array as String arr[]=new String[]{"male","…

android spinner
Setting a spinner onClickListener() in Android

I'm trying to get an onClickListener to fire on a Spinner, but I get the following error: Java.lang.RuntimeException …

java android onclick spinner
How do I create an Android Spinner as a popup?

I want to bring up a spinner dialog when the user taps a menu item to allow the user to …

android dialog spinner
Good NumericUpDown equivalent in WPF?

I'm looking for a simple NumericUpDown (a.k.a. number spinner) control in WPF. This seems to be another lacking …

wpf spinner numericupdown
How can I use onItemSelected in Android?

package org.example.mbtiapplication; import android.os.Bundle; import android.app.Activity; import android.view.Menu; import android.view.View; …

android spinner