Top "Numberpicker" questions

A Number Picker is a UI element that lets the user pick a numeric value.

How to create a number picker dialog?

I want to be able to create a Dialog that allows the user to pick a number from a specified …

android android-ui android-dialog numberpicker
Android NumberPicker: Set min, max, default from XML

Is there a way to set the minimum, maximum and default values of a NumberPicker from the XML Layout? I'm …

android xml layout numberpicker
how to use number picker with dialog

I want to use a number picker for the purpose of getting the discount percentage from the user. once the …

android dialog numberpicker
Change the text color of NumberPicker

I've looked at most all of the threads on this and none provided an answer that works. Styling the NumberPicker …

android textcolor numberpicker
Changing NumberPicker divider color

On recent android versions, number pickers use a blue divider when drawn (cf. image below). I would like to change …

android android-styles numberpicker
How to increase font size NumberPicker Android 6.0?

I have noticed that the NumberPicker in Android 6.0 has a very very small font size compared to previous versions. The …

android fonts numberpicker
Android Number Picker get value to textview

I am using an alert dialog with a number picker, but I don't know a easy way to get te …

android numberpicker
android number picker default design changes in jelly bean and ice-cream sandwitch

i've created an android application which displays a number picker, it all works fine...but the problem is with the …

android numberpicker
Adding a listener to a number picker widget

I am working on integrating a number picker to my application. The activity displays a list of items each with …

android onclicklistener numberpicker
Android PreferenceActivity dialog with number picker

I have seen many customized solutions and answers to this question. I need something very simple, I have a preference …

android dialog numberpicker