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
Perm is a library that makes it simple to check and request Android Permissions at runtime (like Camera or GPS) for Apps targeting Android 6 or more.
Simple Android library which filters Logs, for example by keeping only ERROR Logs in RELEASE mode.
Toast library that is somewhat proportionate to Achievement unlocked view in google apps.
Rotating knob selector with discrete values for Android.
A circular button for Android that has a pulsing effect when you click on it.
ViewPager
like carousel view.
Q & A