Class VolleyLibraryGlideModule

java.lang.Object
com.bumptech.glide.module.LibraryGlideModule
com.bumptech.glide.integration.volley.VolleyLibraryGlideModule

public class VolleyLibraryGlideModule extends com.bumptech.glide.module.LibraryGlideModule
A GlideModule implementation to replace Glide's default HttpURLConnection based ModelLoader with a Volley based ModelLoader.

For Applications that depend on this library and include an AppGlideModule and Glide's annotation processor, this class will be automatically included.

  • Constructor Details

    • VolleyLibraryGlideModule

      public VolleyLibraryGlideModule()
  • Method Details

    • registerComponents

      public void registerComponents(@NonNull Context context, @NonNull com.bumptech.glide.Glide glide, @NonNull com.bumptech.glide.Registry registry)
      Overrides:
      registerComponents in class com.bumptech.glide.module.LibraryGlideModule