Skip to content

Instantly share code, notes, and snippets.

@nuhkoca
Created January 12, 2018 23:18
Show Gist options
  • Save nuhkoca/d09cb706f2aea0c7e3de66bd7f8932ce to your computer and use it in GitHub Desktop.
Save nuhkoca/d09cb706f2aea0c7e3de66bd7f8932ce to your computer and use it in GitHub Desktop.
@GlideModule
public final class OkHttpLibraryGlideModule extends LibraryGlideModule {
@Override
public void registerComponents(Context context, Glide glide, Registry registry) {
registry.replace(GlideUrl.class, InputStream.class, new OkHttpUrlLoader.Factory());
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment