Other Libraries
Here you can find an overview of my main libraries that do all play well together including some short descriptions.
Utilities
Library | Description |
CacheFileProvider | This is a minimal library with a few lines of code and without dependencies that offers a simple file provider (simple read only access for sharing files with other apps).
|
Libraries
Library | Description |
KotBilling | A kotlin coroutine based solution for handling in app purchases for billing library version 7.
|
KotPreferences | With this library you can declare preferences via kotlin delegates and observe and update them via kotlin flows. This works with any storage implementation, an implementation for JetPack DataStore is provided already.
|
Lumberjack | This is a full logging library with a build in way to log to console, file or any custom place as well as optional extensions to send a log file via mail or show it on the device.
|
Compose
Image | Library | Description |
| ComposeChangelog | This library offers you a a changelog dialog for compose including the ability to show new logs on app start only as well as filtering and customisation.
|
| ComposeColors | A simple collection of colors that can be used inside any KMP Compose project.
|
| ComposeDebugDrawer | This library offers you a simple and easily extendable debug drawer.
|
| ComposeDialogs | A compose framework for modal dialogs.
|
| ComposePreferences | This library offers you preference screens for compose including the ability of endless nesting subscreens as well as simple integration of custom preferences.
|
| ComposeThemer | This is a full compose theme engine that handles applying a theme as well as updating the system ui elements. Extendible and allows to simply apply user selected themes inside your app.
|