A simple & awesome animation library written in Kotlin for Android.
from The Android Arsenal
Coroutines Location API Library for Android. This library wraps the Location APIs in Kotlin coroutines and Flow.
A simple universal RecyclerView.Adapter based on Android's DataBinding framework. Saves you from writing a new adapter implementation over and over for every new screen.
Customizable EditText with runtime amount formatting. There's nothing extra. Supports different separator's types.
Features
EditText, so you can use it like regular EditText f.e. with TextInputLayout
A feasible caching library for Android.
Features
How does it work?
Caching is just a simple key-value pair data saving procedure. CacheX follows the same approach. CacheX uses SharedPreference as storage for caching data. Since we really can't just save the original data because of security issues. CacheX uses AES encryption & decryption behind the scene when you are caching data or fetching data from the cache. Also, you can observer cached data in real-time.