See: Description
| Interface | Description |
|---|---|
| ImageLoader |
Unified image loader interface.
|
| ImageLoader.Callback |
Listener callback that can be used to listen whether the loading process for a specific
ImageLoader.Task has been finished successfully or has failed. |
| ImageLoader.Task<Target,Transformation> |
Task used to specify set of desired parameters necessary for image loading process.
|
| Exception | Description |
|---|---|
| ImageLoader.Error |
Error exception that will be dispatched by
ImageLoader if some error occurs during
loading process. |
Using group of these classes ensures 'smooth switching' between different supported (wrapped) image loaders due to theirs pros/cons.