Skip to content

Instantly share code, notes, and snippets.

@rdrobinson3
Created September 16, 2013 17:37
Show Gist options
  • Save rdrobinson3/6583918 to your computer and use it in GitHub Desktop.
Save rdrobinson3/6583918 to your computer and use it in GitHub Desktop.
@OnClick(R.id.sign_in_button)
public void attemptLogin() {
}
view.findViewById(R.id.sign_in_button).setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View view) {
attemptLogin();
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment