Email Address validation with using Patterns

suggest change
if (Patterns.EMAIL_ADDRESS.matcher(email).matches()){
     Log.i("EmailCheck","It is valid");
}

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents