public class VolleyLibraryGlideModule
extends com.bumptech.glide.module.LibraryGlideModule
GlideModule implementation to replace Glide's default
java.net.HttpURLConnection based ModelLoader with a
Volley based ModelLoader.
For Applications that depend on this library and include an
AppGlideModule and Glide's annotation processor, this class
will be automatically included.
| Constructor and Description |
|---|
VolleyLibraryGlideModule() |
| Modifier and Type | Method and Description |
|---|---|
void |
registerComponents(android.content.Context context,
com.bumptech.glide.Glide glide,
com.bumptech.glide.Registry registry) |