Package com.xtremelabs.imageutils

Interface Summary
AsyncOperationsObserver  
DiskDatabaseHelper.DiskDatabaseHelperObserver  
ImageDiskObserver  
ImageLoaderListener  
ImageMemoryCacherInterface  
ImagePrecacheAssistant.PrecacheInformationProvider This interface must be implemented in order for the ImagePrecacheAssistant to function.
NetworkRequestCreator  
NetworkRequestCreator.InputStreamListener  
 

Class Summary
AbstractImageLoader  
AbstractImageLoader.Options This class provides all the options that can be set when making loadImage calls.
AdvancedMemoryLRUCacher  
AsyncOperationsMaps  
BuildConfig  
DecodeSignature  
Dimensions  
DiskDatabaseHelper  
DiskLRUCacher  
DiskManager Provides access to basic disk operations.
DisplayUtility  
FileEntry  
HashedQueue<T>  
ImageCacher This class defensively handles requests from four locations: LifecycleReferenceManager, ImageMemoryCacherInterface, ImageDiskCacherInterface, ImageNetworkInterface and the AsyncOperationsMaps.
ImageCacher.ImageCacherListener  
ImageLoader This class simplifies the task of loading images from a URL into an ImageView on Android.
ImageLoaderSupport This class simplifies the task of loading images from a URL into an ImageView on Android.
ImagePrecacheAssistant This utility simplifies the process of implementing precaching in adapters for use in widgets such as ListViews and ViewPagers.

Instructions:
Create a new instance of this class from within adapter.
Implement the methods PrecacheInformationProvider#onRowPrecacheRequestsRequired(int) and ImagePrecacheAssistant.PrecacheInformationProvider.getCount().
In the "getView" method of the adapter, call ImagePrecacheAssistant.onPositionVisited(int), and pass in the current position.
ImagePrecacheAssistant.PrecacheRequest  
R  
R.attr  
R.drawable  
R.string  
ScalingInfo  
 

Enum Summary
AbstractImageLoader.Options.ScalingPreference AbstractImageLoader.Options.ScalingPreference.LARGER_THAN_VIEW_OR_FULL_SIZE
This option guarantees that the image being returned will be larger than the view's bounds, or it's maximum size.
AsyncOperationsMaps.AsyncOperationState  
ImagePrecacheAssistant.PrecacheRequest.UnitType  
ImageReturnedFrom  
 

Exception Summary
DiskLRUCacher.FileFormatException