Class VolleyLibraryGlideModule
java.lang.Object
com.bumptech.glide.module.LibraryGlideModule
com.bumptech.glide.integration.volley.VolleyLibraryGlideModule
public class VolleyLibraryGlideModule
extends com.bumptech.glide.module.LibraryGlideModule
A
GlideModule implementation to replace Glide's default 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 Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidregisterComponents(Context context, com.bumptech.glide.Glide glide, com.bumptech.glide.Registry registry)
-
Constructor Details
-
VolleyLibraryGlideModule
public VolleyLibraryGlideModule()
-
-
Method Details
-
registerComponents
public void registerComponents(@NonNull Context context, @NonNull com.bumptech.glide.Glide glide, @NonNull com.bumptech.glide.Registry registry) - Overrides:
registerComponentsin classcom.bumptech.glide.module.LibraryGlideModule
-