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);
Q & A
"Weekdays Buttons Bar" is an Android library that makes it easy to integrate weekdays selection in your layout.
Syncthing replaces proprietary sync and cloud services with something open, trustworthy and decentralized. Your data is your data alone and you deserve to choose where it is stored, if it is shared with some third party and how it's transmitted over the Internet.
An Android library which can be used for implementing PIN lock mechanism in Android applications.
Android library helps take screenshots for publishing on Google Play Store.
Elastic Progress Bar.
Android's video recording APIs are very difficult to figure out, especially since a lot of manufacturers like to mount their camera sensors upside down or sideways. This library is a result of lots of research and experimentation to get video recording to work universally.
Q & A