I am developing in Android and I would like an input field for numbers, where the user can select the correct number using the plus sign at the top and the minus sign at the bottom of the input field. I know this works for DatePicker. Is there some property or something similar to make this available for any integer number input field?
Thanks
As far as I know, there’s no built-in widget for doing this. You’d have to write your own. Here’s the source for DatePicker – you can use it for inspiration.