Skip to content

Instantly share code, notes, and snippets.

@choiboi
Created July 9, 2014 20:26
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 choiboi/a68d0ce7470ac12fa639 to your computer and use it in GitHub Desktop.
Save choiboi/a68d0ce7470ac12fa639 to your computer and use it in GitHub Desktop.
// This method will invoke with the button that has the xml attribute onClick set with this method name.
public void onButtonPressed(View v) {
Toast.makeText(this, "Button listener implemented xml onClick attribute!", Toast.LENGTH_LONG).show();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment