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.
BiometricPromptCompat
A Thrid-party BiometricPrompt compat library.
BreadcrumbsView
Material Design Breadcrumbs Navigation Widget on Android
DelayedProgress
ProgressDialog that waits a minimum time to be dismissed before showing. Once visible, the ProgressDialog will be visible for a minimum amount of time to avoid "flashes" in the UI.
PinLock
Plugin for adding PIN lock functionality to Android applications
android-oss-best-practices
Best practices on creating Android OSS library projects [JA]
AboutLibraries
AboutLibraries automatically collects all dependencies and licenses of any gradle project (Kotlin MultiPlatform), and provides easy to integrate UI components for Android and Compose-jb environments
Android-Iconics
Android-Iconics - Use any icon font, or vector (.svg) as drawable in your application.
Compose-Settings
Compose Multiplatform #Compose Settings library
AndroidLayoutKit
Fast view layout library for Android