I wounder if there is some different way of validating EditText on android controlls..
Or should I use the regular java way of doing this?
I wounder if there is some different way of validating EditText on android controlls..
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What kind of validation are we taking about?
Numbers:
Length:
You can also provide “hints” of what the valid data should be:
Also see this answer