Skip to content

Instantly share code, notes, and snippets.

@tmaxxdd
Created June 12, 2019 11:30
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 tmaxxdd/8eadeda9f0066baf1110908c623bc273 to your computer and use it in GitHub Desktop.
Save tmaxxdd/8eadeda9f0066baf1110908c623bc273 to your computer and use it in GitHub Desktop.
// Same as findViewById() but simpler to use
val name = find<TextView>(R.id.name)
name.hint = "Enter your name"
name.onClick { /*do something*/ }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment