Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created October 15, 2019 18:49
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 parzibyte/3a699ff074806651606300ba0249a0dc to your computer and use it in GitHub Desktop.
Save parzibyte/3a699ff074806651606300ba0249a0dc to your computer and use it in GitHub Desktop.
vista.setOnClickListener(fun(v: View) {
/*
* Aquí el código que se ejecuta dentro del listener
* Recuerda que puedes acceder a la View dentro de la
* variable v
* */
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment