Skip to content

Instantly share code, notes, and snippets.

@sembozdemir
Created November 15, 2016 12:52
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 sembozdemir/f2bf171653f7644bac666f12882d81cf to your computer and use it in GitHub Desktop.
Save sembozdemir/f2bf171653f7644bac666f12882d81cf to your computer and use it in GitHub Desktop.
Sample Anko DSL
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