| Package | Description |
|---|---|
| com.nostra13.universalimageloader.core | |
| com.nostra13.universalimageloader.core.decode | |
| com.nostra13.universalimageloader.core.download |
| Modifier and Type | Method and Description |
|---|---|
static ImageDownloader |
DefaultConfigurationFactory.createImageDownloader(android.content.Context context)
Creates default implementation of
ImageDownloader - BaseImageDownloader |
| Modifier and Type | Method and Description |
|---|---|
ImageLoaderConfiguration.Builder |
ImageLoaderConfiguration.Builder.imageDownloader(ImageDownloader imageDownloader)
Sets utility which will be responsible for downloading of image.
Default value - DefaultConfigurationFactory.createImageDownloader() |
| Modifier and Type | Method and Description |
|---|---|
ImageDownloader |
ImageDecodingInfo.getDownloader() |
| Constructor and Description |
|---|
ImageDecodingInfo(String imageKey,
String imageUri,
String originalImageUri,
ImageSize targetSize,
ViewScaleType viewScaleType,
ImageDownloader downloader,
DisplayImageOptions displayOptions) |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseImageDownloader
Provides retrieving of
InputStream of image by URI from network or file system or app resources.URLConnection is used to retrieve image stream from network. |
Copyright © 2011-2015. All Rights Reserved.