VolleyLibraryGlideModule.@Deprecated
public class VolleyGlideModule
extends java.lang.Object
implements com.bumptech.glide.module.GlideModule
GlideModule implementation to replace Glide's default java.net.HttpURLConnection based ModelLoader with a Volley
based ModelLoader.
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 and Description |
|---|
VolleyGlideModule()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
applyOptions(android.content.Context context,
com.bumptech.glide.GlideBuilder builder)
Deprecated.
|
void |
registerComponents(android.content.Context context,
com.bumptech.glide.Glide glide,
com.bumptech.glide.Registry registry)
Deprecated.
|
public void applyOptions(@NonNull
android.content.Context context,
@NonNull
com.bumptech.glide.GlideBuilder builder)
public void registerComponents(android.content.Context context,
com.bumptech.glide.Glide glide,
com.bumptech.glide.Registry registry)