OkHttpGlideModule

open class OkHttpGlideModule

A com.bumptech.glide.module.GlideModule implementation to replace Glide's default based com.bumptech.glide.load.model.ModelLoader with an OkHttp 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 by OkHttpLibraryGlideModule for Applications that use Glide's annotations.

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)