[String is null or empty] Returns true if the string is null or 0-length. #android
// Returns true if the string is null or 0-length. // From: https://developer.android.com/reference/android/text/TextUtils.html TextUtils.isEmpty (CharSequence str)