VolleyGlideModule

open class VolleyGlideModule

A com.bumptech.glide.module.GlideModule implementation to replace Glide's default based com.bumptech.glide.load.model.ModelLoader with a Volley based com.bumptech.glide.load.model.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 com.bumptech.glide.module.GlideModule.

Deprecated

Replaced with VolleyLibraryGlideModule.

Functions

Link copied to clipboard
open fun applyOptions(context: Context, builder: GlideBuilder)
Link copied to clipboard
open fun registerComponents(    context: Context,     glide: Glide,     registry: Registry)