Interface | Description |
---|---|
Initializable |
A callback allowing a resource to do some optimization on a background thread before being
returned to the ui.
|
Resource<Z> |
A resource interface that wraps a particular type so that it can be pooled and reused.
|
Class | Description |
---|---|
DecodePath<DataType,ResourceType,Transcode> |
Attempts to decode and transcode resource type from a given data type.
|
DiskCacheStrategy |
Set of available caching strategies for media.
|
Engine |
Responsible for starting loads and managing active and cached resources.
|
Engine.LoadStatus |
Allows a request to indicate it no longer is interested in a given load.
|
LoadPath<Data,ResourceType,Transcode> |
For a given
DataFetcher for a given data class, attempts to
fetch the data and then run it through one or more
DecodePath s. |
Exception | Description |
---|---|
GlideException |
An exception with zero or more causes indicating why a load in Glide failed.
|