public class TextUtil
extends java.lang.Object
| Constructor and Description |
|---|
TextUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
asyncSetText(android.widget.TextView textView,
java.util.concurrent.Executor bgExecutor,
java.util.concurrent.Callable<java.lang.CharSequence> callable)
Pref Matters
|
static boolean |
isNullOrWhiteSpace(java.lang.CharSequence text) |
public static void asyncSetText(android.widget.TextView textView,
java.util.concurrent.Executor bgExecutor,
java.util.concurrent.Callable<java.lang.CharSequence> callable)
PrecomputedText is not yet in support library, But still this is left because the callable which is formatting Json, Xml will now be done in background thread
Pref Matters
public static boolean isNullOrWhiteSpace(java.lang.CharSequence text)