public final class VolleyRequestQueueHolder
extends java.lang.Object
FlowCoordinator more minimal. However from a performance perspective
the queue has to be provided by the Activity so that other app requests get
pooled.| Constructor and Description |
|---|
VolleyRequestQueueHolder() |
| Modifier and Type | Method and Description |
|---|---|
static RequestQueue |
getRequestQueue(android.content.Context context)
Returns the current request queue.
|
public static RequestQueue getRequestQueue(android.content.Context context)
context - the context which should be used to create a request queue when there is not
already a request queue created.