Skip to content

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

License

Notifications You must be signed in to change notification settings

ahmed-basyouni/GlideContentProviderLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GlideContentProviderLoader

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

Android Arsenal

how to use

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages