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)));
Limit Indicator (as the name describes) indicates the limit of something being used. For example out of 20 gallons gas, one used 10 gallons of it. Or Your total value was 100 and you have used 80. To show the progress of such usage, I have created the limit indicator which is round and it shows an animation of certain usage. It can also be seen as a Circular Progress Bar.
This repo enables you to show videos instead of usual profile picture for chat heads. Inspired from Facebook's Video profile picture, I decided to replicate its implementation to show videos in profile picture and to create chat heads for the same.
A multi-functional FAB component with customizable options.
BlurKit is an extraordinarily easy to use utility to get live blurring just like on iOS.
A Kotlin library for Android allowing writing asynchronous code in synchronous style using async/await approach.
WeatherView is an Android Library that helps you make a cool weather animation for your app.