How to check the value entered in EditText is aplhanumeric or not?
- by rob
My application takes userid from user as input, the userid is alphanumeric i.e just the first character is (a-z), other part is numeric. How can I validate input of this type ( like G34555) ?