| Package | Description |
|---|---|
| com.android.volley | |
| com.android.volley.toolbox |
| Modifier and Type | Method and Description |
|---|---|
Request<?> |
Request.setRequestQueue(RequestQueue requestQueue)
Associates this request with the given queue.
|
| Modifier and Type | Method and Description |
|---|---|
static RequestQueue |
Volley.newRequestQueue(android.content.Context context)
Creates a default instance of the worker pool and calls
start() on it. |
static RequestQueue |
Volley.newRequestQueue(android.content.Context context,
HttpStack stack)
Creates a default instance of the worker pool and calls
start() on it. |
| Constructor and Description |
|---|
ImageLoader(RequestQueue queue,
ImageLoader.ImageCache imageCache)
Constructs a new ImageLoader.
|
Copyright © 2015. All rights reserved.