Skip to content

Instantly share code, notes, and snippets.

@sembozdemir
Created November 15, 2016 13:45
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 sembozdemir/4fe94a1472740c33c64e743200b6ee1a to your computer and use it in GitHub Desktop.
Save sembozdemir/4fe94a1472740c33c64e743200b6ee1a to your computer and use it in GitHub Desktop.
ToDoKotlin - ViewExtensions.kt
fun EditText.asString(): String = this.text.toString()
fun EditText.clear() {
setText("")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment