android.util.Patterns.EMAIL_ADDRESS.matcher(email.getText().toString()).matches(); It returns true if it is a valid email address and false if not