Skip to content

Instantly share code, notes, and snippets.

@orhanobut
Created September 22, 2015 20:53
Show Gist options
  • Save orhanobut/fcecfba6196b8b4f38e8 to your computer and use it in GitHub Desktop.
Save orhanobut/fcecfba6196b8b4f38e8 to your computer and use it in GitHub Desktop.
public class LoginActivity extends Activity implements LoginFragment.LoginListener {
@Override public void onLogin() {
login();
}
@Override public void onRegister() {
displayRegister();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment