Android Library topic
An Android library is structurally the same as an Android app module. It can include everything needed to build an app, including source code, resource files, and an Android manifest. However, instead of compiling into an APK that runs on a device, an Android library compiles into an Android Archive (AAR) file that you can use as a dependency for an Android app module.
RetrofitRxErrorHandler
Hardening Retrofit RxJaxa API Layer against random errors
gifdecoder
An implementation of a gif decoder written 100% in Kotlin, plus an associated Drawable for Android
android-arsenal.com
Source to android-arsenal.herokuapp.com
ask
Android SQLite Kotlin Extensions
KenBurnsView
Android ImageViews animated by Ken Burns Effect
FingerprintManager
A small library to handle Android fingerprint API.
BadgeNumberManager
An Android library supports badge notification like iOS in Huawei, Xiaomi, OPPO and vivo launchers.
WaveLoadingView
An Android library providing to realize wave loading effect.
android-issue-reporter
A powerful and simple library to open issues on GitHub directly from your app.
RestorableSQLiteDatabase
A wrapper around Android's SQLiteDatabase with restoring capability