is Text Null Or Empty
Checks if the TextView content is null or empty.
TextView 내용이 null이거나 비어있는지 확인합니다.
Return
true if the text is null or empty, false otherwise.
텍스트가 null이거나 비어있으면 true, 그 외는 false.
Checks if the TextView content is null or empty.
TextView 내용이 null이거나 비어있는지 확인합니다.
true if the text is null or empty, false otherwise.
텍스트가 null이거나 비어있으면 true, 그 외는 false.