Skip to content

Instantly share code, notes, and snippets.

@ch8n
Last active March 30, 2019 08:12
Show Gist options
  • Save ch8n/45ce35dd8a9b04723bf6a2f3e1f6660c to your computer and use it in GitHub Desktop.
Save ch8n/45ce35dd8a9b04723bf6a2f3e1f6660c to your computer and use it in GitHub Desktop.
Medium - Kotlin do or die - TODO example
onClick(view:view) = when(view.id){
R.id.button_action1->actionOneClicked()
R.id.button_action2->actionTwoClicked()
R.id.button_action3->TODO("action 3 is work in progress!")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment