Skip to content

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.

Clone this wiki locally