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.String> callable)
Pref Matters
|
public static void asyncSetText(android.widget.TextView textView,
java.util.concurrent.Executor bgExecutor,
java.util.concurrent.Callable<java.lang.String> 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