Skip to content

Instantly share code, notes, and snippets.

@UtkuGlsvn
Created January 21, 2021 10:48
Show Gist options
  • Save UtkuGlsvn/59c108a3128536898fc1a0f82ede0af2 to your computer and use it in GitHub Desktop.
Save UtkuGlsvn/59c108a3128536898fc1a0f82ede0af2 to your computer and use it in GitHub Desktop.
ClickListenerKotlin
val clickListener = View.OnClickListener {view ->
when (view.getId()) {
R.id.textview -> firstFun()
R.id.button -> secondFun()
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment