Is there a view for inputing integers in Android?
Posted
by J. Pablo Fernández
on Stack Overflow
See other posts from Stack Overflow
or by J. Pablo Fernández
Published on 2009-02-07T09:31:31Z
Indexed on
2010/05/15
21:04 UTC
Read the original article
Hit count: 155
I'm looking for something like the individual parts of the date picker dialog. A view that allows you to input integers (and only integers) that you can limit (between 1 and 10 for example), where you can use the keyboard or the arrows in the view itself. Does it exists?
It is for a dialog. A ready-made dialog to request an integer would also help.
© Stack Overflow or respective owner