Skip to content

Instantly share code, notes, and snippets.

@ludovicroland
Last active March 20, 2017 10:37
Show Gist options
  • Save ludovicroland/b11b6395f35d52b4080022b953f302fa to your computer and use it in GitHub Desktop.
Save ludovicroland/b11b6395f35d52b4080022b953f302fa to your computer and use it in GitHub Desktop.
button.setOnClickListener(new OnClickListener()
{
@Override
public void onClick(View view)
{
//TODO
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment