Skip to content

Instantly share code, notes, and snippets.

@bartvandendriessche
Created April 24, 2010 22:58
Show Gist options
  • Select an option

  • Save bartvandendriessche/378025 to your computer and use it in GitHub Desktop.

Select an option

Save bartvandendriessche/378025 to your computer and use it in GitHub Desktop.
Button b = (Button) findViewById(R.id.button);
b.setOnClickListener(new View.OnClickListener() {
public void onClick(View view) {
// do stuff here
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment