| Interface | Description |
|---|---|
| ImageDownloader |
Provides retrieving of
InputStream of image by URI.Implementations have to be thread-safe. |
| Class | Description |
|---|---|
| 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. |
| Enum | Description |
|---|---|
| ImageDownloader.Scheme |
Represents supported schemes(protocols) of URI.
|