Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVA

how to check if a string is empty or null in Android Studio

if(TextUtils.isEmpty(/*your String*/)){
  // String is empty or null
}
 
PREVIOUS NEXT
Tagged: #check #string #empty #null #Android #Studio
ADD COMMENT
Topic
Name
3+8 =