if(TextUtils.isEmpty(/* your String*/)){ // String is empty or null }else { // string has value }
if(TextUtils.isEmpty(/* your String*/)){ }