1

is it any possibility to get a spin box like the ones used in Time or DatePickers? I want to set my own data using those.

Thanks in advance

Mariusz
  • 1,825
  • 5
  • 22
  • 36

2 Answers2

2

More precisely, I think you are looking for this: http://developer.android.com/reference/android/widget/NumberPicker.html.

EDIT:

Or if you're looking into other options, it already has been discussed here: Android Number Picker Dialog.

Hope it helps!

Community
  • 1
  • 1
jcxavier
  • 2,232
  • 1
  • 15
  • 24
1

it is possible via a custom view... http://developer.android.com/guide/topics/ui/custom-components.html

happy coding ;)

Stamoulohta
  • 649
  • 1
  • 7
  • 21