Skip to content

Instantly share code, notes, and snippets.

@choiboi
Created July 9, 2014 20:33
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/3d269d9909be1fedc98f to your computer and use it in GitHub Desktop.
Save choiboi/3d269d9909be1fedc98f to your computer and use it in GitHub Desktop.
// Overriden onClick method. This method will invoke for buttons that has been set with the on click listener
// with this class.
@Override
public void onClick(View v) {
Toast.makeText(this, "Button listener implemented through this class pressed!", Toast.LENGTH_LONG).show();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment