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.
A Fast and Super Easy IPC library. Send data between processes or apps using Bundle.
ZoomHelper will make any view to be zoomable just like the Instagram pinch-to-zoom.
A fast, secure and modular key-value storage with batteries-included for Android and JVM
LiveChart is an open-source Android library to draw beautiful yet powerful charts. The library allows for color and data display customization, in an easy to learn, descriptive API.
Android library written in Kotlin, but can be used in Java too. Built to handle a single or multiple Uri (paths) received through Intents.
When you retrieve a Uri through an intent, its path is defined in relation to the File Chooser used, which does not represent the actual path of the file, making it impossible to work with it. This library aims to retrieve the real path of any file in a simple way, and then it is possible to use it for its proper purpose.
Compatible with API version from 16.
Cekrek is an android library that allows you to export any view to bitmap or image file in a convenient way.
Bitmap
from a View
without needed to displaying it.Image File
from a View
without needed to displaying it.View
extension function for Kotlin
user.Java
user too.Kotlin way of building RecyclerView Adapter 🧩. You do not have to write RecyclerView Adapters again and again and suffer from handling of different view types. Kiel will help you.