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);
RetroFacebook turns Facebook API into a Java interface using RxJava. Easy to add API and model.
TimeRangePicker is a library which can be used to select a time range.
This library provides a lightweight mechanism for adding functionality to Activities, Fragments and Applications without modifying their source code, by using annotations.
Objects extending from AspectActivity
, AspectFragmentActivity
, AspectFragment
, AspectSupportFragment
and AspectApplication
, can apply the Aspects annotation and provide a list of classes, called aspects, that add functionality at runtime.
A plugin that allows you to control, simply, all your Genymotion devices from your Gradle scripts.
Android calendar view inspired by Sunrise calendar and iOS7 stock calendar.
A customizable view that provisions picking of a date, time & recurrence option, all from a single user-interface.