Top "Numberpicker" questions

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

How to get the selected number from NumberPicker?

I have two number pickers, I want to get the value that user chose from thos number pickers. then convert …

java android numberpicker
How to change size of a numberpicker Android

I'm trying to decrease the size of an Android numberpicker, but already tried several things and I could not. I …

java android size numberpicker
Create NumberPicker dialog in preference

I am trying to create a NumberPicker dialog in my preference screen. I have already made one following this:https://…

android dialog numberpicker dialog-preference
android numberpicker for floating point numbers

The user of our app should be able to adjust a floating point number. At the moment, I filled an …

android spinner numberpicker
Android NumberPicker with Formatter doesn't format on first rendering

I have a NumberPicker that has a formatter that formats the displayed numbers either when the NumberPicker spins or when …

android formatter numberpicker android-number-picker
Implementing OnValueChange to a NumberPicker in Android

I"m trying to add the onValueChangeListener to my number picker (np1) in android 4.2.2. Here's what I have so far …

android valuechangelistener numberpicker
How to make NumberPicker non-recurring

Is there any attribute to tell a (standard) NumberPicker to stop after its last value? E.g. if my MinValue …

android repeat recurring numberpicker
Change android numberpicker divider color

I want to change the divider color(blue) of numberpicker shown above to transparent. I tried a lot of things …

android transparent divider numberpicker
How to reduce the font size in NumberPicker

All, I'm customizing a city picker, which uses three numberPicker inside,like this: Its a Chinese province-city-area picker. The code: …

android numberpicker
Android: NumberPicker doesn´t work

I added a NumberPicker to my layout and debugged my app. Now I see that the NumberPicker doesn´t work, …

android layout numberpicker