Questions tagged [android-number-picker]

A widget that enables the user to select a number from a predefined range. There are two flavors of this widget and which one is presented to the user depends on the current theme.

A widget that enables the user to select a number from a predefined range. There are two flavors of this widget and which one is presented to the user depends on the current theme.

  • If the current theme is derived from Theme the widget presents the current value as an editable input field with an increment button above and a decrement button below. Long pressing the buttons allows for a quick change of the current value. Tapping on the input field allows to type in a desired value.
  • If the current theme is derived from Theme_Holo or Theme_Holo_Light the widget presents the current value as an editable input field with a lesser value above and a greater value below. Tapping on the lesser or greater value selects it by animating the number axis up or down to make the chosen value current. Flinging up or down allows for multiple increments or decrements of the current value. Long pressing on the lesser and greater values also allows for a quick change of the current value. Tapping on the current value allows to type in a desired value.

Useful links

105 questions
1
vote
1 answer

Replace textView for NumberPicker - Android

So I have some textViews that their inputs are numbers, but in order to be less prone to error I want to replace it with numberPickers. What I have done TextViews work NumberPickers Work Any math and calculation works What I need: To replace the…
Joedk
  • 11
  • 3
1
vote
1 answer

NumberPicker Material Style Custom Selection Divider

I wanted to customize number picker selection divider. I created custom drawable to be used for number picker selection divider. I created custom material style inheriting number picker material style.