Skip to content

Instantly share code, notes, and snippets.

@nichtemna
Created July 11, 2016 12:59
Show Gist options
  • Save nichtemna/2143597cca1f1a06e80b08dde1038ee9 to your computer and use it in GitHub Desktop.
Save nichtemna/2143597cca1f1a06e80b08dde1038ee9 to your computer and use it in GitHub Desktop.
private boolean isEmailValid(String email){
return android.util.Patterns.EMAIL_ADDRESS.matcher(email).matches();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment