Skip to content

Instantly share code, notes, and snippets.

@ckashby
Created July 25, 2014 18:55
Show Gist options
  • Save ckashby/81106fe6c557cbf05ccd to your computer and use it in GitHub Desktop.
Save ckashby/81106fe6c557cbf05ccd to your computer and use it in GitHub Desktop.
Button btnExample = (Button) findViewById(R.id.btnExample);
btnExample.setOnClickListener(new View.OnClickListener() {
@Override
public void onClick(View v) {
// Do something here
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment