Skip to content

Instantly share code, notes, and snippets.

@adityaladwa
Created January 8, 2017 09:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adityaladwa/11c01da969d7068146744da015d274b7 to your computer and use it in GitHub Desktop.
Save adityaladwa/11c01da969d7068146744da015d274b7 to your computer and use it in GitHub Desktop.
public void onClickMethod(View view) {
Toast.makeText(this.context, "Clicked Method reference button", Toast.LENGTH_SHORT).show();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment