| Interface | Description |
|---|---|
| ImageCache |
Simple cache adapter interface.
|
| ImageLoader.ImageListener |
Interface for the response handlers on image requests.
|
| SimpleImageLoader.ImageLoaderProvider |
Interface an activity can implement to provide an ImageLoader to its children fragments.
|
| Class | Description |
|---|---|
| BitmapImageCache |
This class holds our bitmap caches (memory and disk).
|
| BitmapImageCache.RetainFragment |
A simple non-UI Fragment that stores a single Object and is retained over configuration
changes.
|
| ImageLoader |
Helper that handles loading and caching images from remote URLs.
|
| ImageRequest |
A canned request for getting an image at a given URL and calling
back with a decoded Bitmap.
|
| SimpleImageLoader |
A class that wraps up remote image loading requests using the Volley library combined with a
memory cache.
|