接口 | 说明 |
---|---|
GlideModule | 已过时
Libraries should use
LibraryGlideModule and Applications should use
AppGlideModule . |
类 | 说明 |
---|---|
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 | 已过时 |