Android Number Picker Dialog [closed]

Solution 1:

I know that more than two years passed but answer is still actual and I find some nice Number Pickers. Here is one of them https://github.com/SimonVT/android-numberpicker

enter image description here

Solution 2:

It's available in SDK since API 11 - http://developer.android.com/reference/android/widget/NumberPicker.html

Solution 3:

I've just released some code that does just what you want. Check out my custom control, NumberPicker, which can be seen here: http://www.technologichron.net/?p=42