Created
March 20, 2018 20:34
-
-
Save codingpizza/58ea45ee8b63f7408c47de33a338e92c to your computer and use it in GitHub Desktop.
MainActivity.kt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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