I have very simple question. In my application I have some TextEdit fields. I want the user to fill all the TextEdit fields and then click on finish button. But after the finish button is pressed I want to check the validity of input text in TextEdit boxes.
- How to check the input is a valid email id?
- How to check the input is a valid phone number?
- How to check a password entered is of length 4 and contains specific characters only?
Is there any in-built feature to do all these in SDK or I need to code myself. If I need to do by myself can anybody suggest what I need to do for accomplishing the above task?
try this ::