PDF Downloader
Example app to download pdf from url and saved into your internal storage
String url = ""; // your pdf url startActivity(new Intent(Intent.ACTION_VIEW, Uri.parse(url)));
Source link: https://github.com/ajithvgiri/PDF-Downloader
Q & A
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.
Q & A