Skip to content

Instantly share code, notes, and snippets.

@longliveenduro
Last active August 29, 2015 14:05
Show Gist options
  • Select an option

  • Save longliveenduro/321a932a750213e5cdbd to your computer and use it in GitHub Desktop.

Select an option

Save longliveenduro/321a932a750213e5cdbd to your computer and use it in GitHub Desktop.
button.setOnClickListener(new View.OnClickListener {
def onClick(v:View) {
openUri("http://wikipedia.org")
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment