| Package | Description |
|---|---|
| com.android.volley.toolbox |
| Modifier and Type | Method and Description |
|---|---|
ImageLoader.ImageContainer |
ImageLoader.get(String requestUrl,
ImageLoader.ImageListener listener)
Returns an ImageContainer for the requested URL.
|
ImageLoader.ImageContainer |
ImageLoader.get(String requestUrl,
ImageLoader.ImageListener imageListener,
int maxWidth,
int maxHeight)
Issues a bitmap request with the given URL if that image is not available
in the cache, and returns a bitmap container that contains all of the data
relating to the request (as well as the default image if the requested
image is not available).
|
ImageLoader.ImageContainer |
ImageLoader.get(String requestUrl,
ImageLoader.ImageListener imageListener,
int maxWidth,
int maxHeight,
android.widget.ImageView.ScaleType scaleType)
Issues a bitmap request with the given URL if that image is not available
in the cache, and returns a bitmap container that contains all of the data
relating to the request (as well as the default image if the requested
image is not available).
|
ImageLoader.ImageContainer |
ImageLoader.get(String requestUrl,
ImageLoader.ImageListener imageListener,
int maxWidth,
int maxHeight,
android.widget.ImageView.ScaleType scaleType,
ImageRequest.Transformation transformation)
Issues a bitmap request with the given URL if that image is not available
in the cache, and returns a bitmap container that contains all of the data
relating to the request (as well as the default image if the requested
image is not available).
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageLoader.ImageListener.onResponse(ImageLoader.ImageContainer response,
boolean isImmediate)
Listens for non-error changes to the loading of the image request.
|
Copyright © 2015. All rights reserved.