Class VolleyLibraryGlideModule
- java.lang.Object
-
- com.bumptech.glide.module.LibraryGlideModule
-
- com.bumptech.glide.integration.volley.VolleyLibraryGlideModule
-
public class VolleyLibraryGlideModule extends com.bumptech.glide.module.LibraryGlideModuleAGlideModuleimplementation to replace Glide's defaultHttpURLConnectionbasedModelLoaderwith a Volley basedModelLoader.For Applications that depend on this library and include an
AppGlideModuleand Glide's annotation processor, this class will be automatically included.
-
-
Constructor Summary
Constructors Constructor Description VolleyLibraryGlideModule()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidregisterComponents(android.content.Context context, com.bumptech.glide.Glide glide, com.bumptech.glide.Registry registry)
-