This question already has an answer here:
- How should I validate an e-mail address? 31 answers
How can we perform Email Validation
on edittext
in android
? I have gone through google & SO but I didn't find out a simple way to validate it.
This question already has an answer here:
How can we perform Email Validation
on edittext
in android
? I have gone through google & SO but I didn't find out a simple way to validate it.
Use this method to validate the EMAIL :-
Let me know if you have any queries ?
Edit:: It will work On Android 2.2+ onwards !! Edit: Added missing ;
try this
and in tne edit text
Try this:
Use this method for validating your email format. Pass email as string , it returns true if format is correct otherwise false.