public class ImageDownloader
extends java.lang.Object
Constructor and Description |
---|
ImageDownloader() |
Modifier and Type | Method and Description |
---|---|
static boolean |
cancelRequest(ImageRequest request) |
static void |
clearCache(android.content.Context context) |
static void |
downloadAsync(ImageRequest request)
Downloads the image specified in the passed in request.
|
static void |
prioritizeRequest(ImageRequest request) |
public static void downloadAsync(ImageRequest request)
request
- Request to processpublic static boolean cancelRequest(ImageRequest request)
public static void prioritizeRequest(ImageRequest request)
public static void clearCache(android.content.Context context)