Last active
October 6, 2020 16:26
-
-
Save micadasystems/d6d79667183f21748c15da0ac211a3f9 to your computer and use it in GitHub Desktop.
Android Kotlin - get EditText text
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
var edit: EditText = findViewById(R.id.editField) as EditText | |
println(exit.text) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment