com.bumptech.glide.integration.volley
Class VolleyGlideModule
java.lang.Object
com.bumptech.glide.integration.volley.VolleyGlideModule
- All Implemented Interfaces:
- com.bumptech.glide.module.GlideModule
public class VolleyGlideModule
- extends Object
- implements com.bumptech.glide.module.GlideModule
A GlideModule
implementation to replace Glide's default
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
.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VolleyGlideModule
public VolleyGlideModule()
applyOptions
public void applyOptions(Context context,
com.bumptech.glide.GlideBuilder builder)
- Specified by:
applyOptions
in interface com.bumptech.glide.module.GlideModule
registerComponents
public void registerComponents(Context context,
com.bumptech.glide.Glide glide)
- Specified by:
registerComponents
in interface com.bumptech.glide.module.GlideModule