Class Summary |
BuildConfig |
|
DiskLruCache |
A simple disk LRU bitmap cache to illustrate how a disk cache would be used
for bitmap caching. |
ImageCache |
This class holds our bitmap caches (memory and disk). |
ImageCache.ImageCacheParams |
A holder class that contains cache parameters. |
ImageGrabber |
A simple subclass of ImageResizer that fetches and resizes images
fetched from a URL. |
ImageResizer |
A simple subclass of ImageWorker that resizes images from resources
given a target width and height. |
ImageWorker |
This class wraps up completing some arbitrary long running work when loading
a bitmap to an ImageView. |
Utils |
Class containing some static utility methods. |