Skip to content

Instantly share code, notes, and snippets.

@carlosgub
Created September 21, 2019 03:57
Show Gist options
  • Save carlosgub/bc167a13127bcb793e979dbfcf8ecc2f to your computer and use it in GitHub Desktop.
Save carlosgub/bc167a13127bcb793e979dbfcf8ecc2f to your computer and use it in GitHub Desktop.
verticalLayout {
val name = editText()
button("Say Hello") {
onClick { toast("Hello, ${name.text}!") }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment