Skip to content

Instantly share code, notes, and snippets.

@akshaykalola28
Created April 5, 2023 07:19
Show Gist options
  • Save akshaykalola28/69c05885b2290c6885ca5347a9a33a6d to your computer and use it in GitHub Desktop.
Save akshaykalola28/69c05885b2290c6885ca5347a9a33a6d to your computer and use it in GitHub Desktop.
Extension for edit text to get text as string
import android.widget.EditText
val EditText.value
get() = text?.toString() ?: ""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment