Basically, I want an EditText in Android where I can have an integer value entered into. Perhaps there is a more appropriate object than EditText for this?
Thanks in advance to any and all responses which I receive.
|
Basically, I want an EditText in Android where I can have an integer value entered into. Perhaps there is a more appropriate object than EditText for this? Thanks in advance to any and all responses which I receive. |
||||
|
|
|
For now, use an In the future, you might consider a |
|||||
|
|
Set the digits attribute to true, which will cause it to only allow number inputs. Then do |
|||
|
|
|
First of all get a string from an EDITTEXT and then convert this string into integer like
|
|||
|
|