-
Notifications
You must be signed in to change notification settings - Fork 0
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.