Hi I’m a newbie in Android Programming.
I’m trying to build an activity which includes an edittext field and a button. When user type in an integer, the button will lead them to the next activity. However I do not if there’s a way to check the type of user’s input.
Anyone can help me? Thank you very much!
Update:
You can control the EditText to only accept numbers
or check it programmatically
In Kotlin
In Java