I'm using default LoginActivity and I don't know how to make few options in following code:
Someone knows what I supposed to do?
Code:
private boolean isEmailValid(String email) {
//TODO: Replace this with your own logic
return email.contains("In this place exactly");
}
No comments:
Post a Comment