public class WebServiceHelper
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static interface |
WebServiceHelper.Callback<T> |
| Modifier and Type | Method and Description |
|---|---|
static void |
makeWebServiceCall(NetworkApi networkApi,
WebServiceHelper.Callback callback,
android.content.Context context) |
static void |
makeWebServiceCallOnSameThread(NetworkApi networkApi,
WebServiceHelper.Callback callback,
android.content.Context context) |
static void |
newThread(java.lang.Runnable runnable) |
public static void makeWebServiceCall(NetworkApi networkApi, WebServiceHelper.Callback callback, android.content.Context context)
public static void makeWebServiceCallOnSameThread(NetworkApi networkApi, WebServiceHelper.Callback callback, android.content.Context context)
public static void newThread(java.lang.Runnable runnable)