-
public class StringUtilCreated by KIMHOJUNG on 2016. 12. 1..
-
-
Method Summary
Modifier and Type Method Description static booleanisReallyNotNull(String str)static booleanisReallyNull(String str)static voidmakeTextView(TextView textView, String text, int size, int color, Typeface tf, int style, int maxLines, TextUtils.TruncateAt ellipsize, boolean bold)-
-
Method Detail
-
isReallyNotNull
static boolean isReallyNotNull(String str)
-
isReallyNull
static boolean isReallyNull(String str)
-
makeTextView
static void makeTextView(TextView textView, String text, int size, int color, Typeface tf, int style, int maxLines, TextUtils.TruncateAt ellipsize, boolean bold)
-
-
-
-