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