GlideContentProviderLoader

Additional

Language
Java
Version
N/A
Created
Jun 11, 2017
Updated
Aug 15, 2017 (Retired)
Owner
Ahmed basyouni (ahmed-basyouni)
Contributor
Ahmed basyouni (ahmed-basyouni)
1
Activity
Badge
Generate
Download
Source code

GlideContentProviderLoader

a utils class that help load image from content provider using glide

how to use

      Glide.with(this)
           .using(new GlideContentProviderLoader(this))
           .load(Uri.parse(imageUri))
           .into(expandedImageView);