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);
This tiny library lets you easily send Android Intents to the main Evernote app.
A simple rest API client library.
Some common classes for use in your android projects.
A library to display videos in a TextureView
using a custom MediaPlayer
controller.
Custom implementation of the Floating Label pattern.
MultiSelectRecyclerGalleryGridView is a custom sample application which displays the Gallery images from the device in a more organised manner by displaying images in a categorized manner and enables the MultiSelect
feature to pick and share the images through various sharing options.