Questions tagged [numberpicker]

A Number Picker is a UI element that lets the user pick a numeric value.

NumberPickers define the input value to be numbers and optionally some other numeric characters, like . or -.

This definition is useful for input sanitation, and it allows mobile devices to show a numeric-only keyboard when the input field is edited.

Examples:

362 questions
-3
votes
1 answer

Dynamic numberpicker android does not work

I'm looking for instantiate dynamically a numberpicker. I want to place a value (kitQty - YourQty) in numberpicker order. The next code is now working but only for the last one Id=9. Because this only working with the last record? Try setTag and…
-5
votes
1 answer

How to make text in NumberPicker clickable

I would like to know if is possible to make the text inside the NumberPicker clickable and to behave the same when I click the white area or the text area. The reason why I try to do such a thing, is that when I have a long string in the bar it…
1 2 3
24
25