Skip to content

Instantly share code, notes, and snippets.

@kovek
Created September 15, 2013 00:36
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 kovek/6567034 to your computer and use it in GitHub Desktop.
Save kovek/6567034 to your computer and use it in GitHub Desktop.
final Button graphButton = (Button) findViewById(R.id.button1);
graphButton.setOnClickListener( new Button.OnClickListener(){
public void onClick(View v){
switchToGraph( );
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment