0

I cannot find any control in android as like Numeric Up Down in ajax. Please suggest me any usable link or provide some code for creating Numeric Up Down control in android.

Sushant Bhatnagar
  • 3,684
  • 10
  • 31
  • 42
  • Possible duplicate of [Android having NumericUpDown Button?](http://stackoverflow.com/questions/3307213/android-having-numericupdown-button) – user276648 Jun 28 '16 at 10:17

1 Answers1

0

There is nothing for this publicly in the Android SDK. You have the NumerPicker in com.android.internal.widget.NumberPicker but as the name suggest, it's internal so not intended for public use.

Luckily, a few people have made their own version of this NumberPicker. Here are some custom views you can use:

Sander van't Veer
  • 5,930
  • 5
  • 35
  • 50