-
Notifications
You must be signed in to change notification settings - Fork 0
EditTextUtils
Shanti Ranjan Das edited this page Jan 24, 2020
·
3 revisions
-
isEmpty(et: EditText): Boolean
Returns true if EditText is empty. -
hideKeyboard()
Hide the keyboard, Requires EditText object to perform operation. -
showKeyboard()
Show the keyboard, Requires EditText object to perform the operation.