Skip to content

Instantly share code, notes, and snippets.

@micadasystems
Last active October 6, 2020 16:26
Show Gist options
  • Save micadasystems/d6d79667183f21748c15da0ac211a3f9 to your computer and use it in GitHub Desktop.
Save micadasystems/d6d79667183f21748c15da0ac211a3f9 to your computer and use it in GitHub Desktop.
Android Kotlin - get EditText text
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