Class VolleyGlideModule
- java.lang.Object
-
- com.bumptech.glide.integration.volley.VolleyGlideModule
-
- All Implemented Interfaces:
com.bumptech.glide.module.GlideModule
@Deprecated public class VolleyGlideModule extends java.lang.Object implements com.bumptech.glide.module.GlideModuleDeprecated.Replaced withVolleyLibraryGlideModule.AGlideModuleimplementation to replace Glide's defaultHttpURLConnectionbasedModelLoaderwith a Volley basedModelLoader.If you're using gradle, you can include this module simply by depending on the aar, the module will be merged in by manifest merger. For other build systems or for more more information, see
GlideModule.
-
-
Constructor Summary
Constructors Constructor Description VolleyGlideModule()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description voidapplyOptions(android.content.Context context, com.bumptech.glide.GlideBuilder builder)Deprecated.voidregisterComponents(android.content.Context context, com.bumptech.glide.Glide glide, com.bumptech.glide.Registry registry)Deprecated.
-
-
-
Method Detail
-
applyOptions
public void applyOptions(@NonNull android.content.Context context, @NonNull com.bumptech.glide.GlideBuilder builder)Deprecated.
-
registerComponents
public void registerComponents(android.content.Context context, com.bumptech.glide.Glide glide, com.bumptech.glide.Registry registry)Deprecated.
-
-