Skip to content

Instantly share code, notes, and snippets.

@shem8
Created January 4, 2016 13:58
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 shem8/3ccd70d8de89acdb43ad to your computer and use it in GitHub Desktop.
Save shem8/3ccd70d8de89acdb43ad to your computer and use it in GitHub Desktop.
view.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
//click handling
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment