Skip to content

Instantly share code, notes, and snippets.

@codingpizza
Created March 20, 2018 20:34
Show Gist options
  • Save codingpizza/58ea45ee8b63f7408c47de33a338e92c to your computer and use it in GitHub Desktop.
Save codingpizza/58ea45ee8b63f7408c47de33a338e92c to your computer and use it in GitHub Desktop.
MainActivity.kt
val et_nombre = findViewById<TextView>(R.id.et_nombre)
val button = findViewById<TextView>(R.id.button_enviar_nombre)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment