Skip to content

TextViewUtils

Shanti Ranjan Das edited this page Apr 5, 2020 · 3 revisions

Requires TextView object to perform below operation

  • isEmpty(tv: TextView): Boolean
    Returns true if textview is empty.

  • textString()
    Get string text of edit text.

  • trimmedText()
    Get string by removing text in it.

Clone this wiki locally