Skip to content

Instantly share code, notes, and snippets.

@nuhkoca
Created January 12, 2018 23:30
Show Gist options
  • Save nuhkoca/93087f2389e649c09f32d526e21e5762 to your computer and use it in GitHub Desktop.
Save nuhkoca/93087f2389e649c09f32d526e21e5762 to your computer and use it in GitHub Desktop.
@GlideModule
public class YourAppGlideModule extends AppGlideModule {
@Override
public void registerComponents(Context context, Glide glide, Registry registry) {
registry.append(...);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment