Sunday, April 22, 2012

Android Number Picker Dialog


Does anyone have any dialogs that will allow a user to pick a number within a certain range? It seems like this would be a fairly common need, but I can't find a common dialog for it and I'd rather not have to spend the time creating my own.



Any help?


Source: Tips4all

4 comments:

  1. Looks like this might be what you're looking for?

    EDIT: More specifically, here

    ReplyDelete
  2. 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

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

    ReplyDelete
  4. Maybe useful:

    http://groups.google.com/group/android-developers/browse_thread/thread/65da9820998fddc9

    ReplyDelete