| Interface | Description |
|---|---|
| GlideModule | Deprecated
Libraries should use
LibraryGlideModule and Applications should use
AppGlideModule. |
| Class | Description |
|---|---|
| AppGlideModule |
Defines a set of dependencies and options to use when initializing Glide within an application.
|
| LibraryGlideModule |
Registers a set of components to use when initializing Glide within an app when
Glide's annotation processor is used.
|
| ManifestParser |
Parses
GlideModule references out of the AndroidManifest file. |