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).
 |
FeedbackManager | This is a very small library that allows you to send feedback from an app without internet permission via email, either directly or via an unintrusive notification.
 |
Libraries
Library | Description |
KotBilling | A kotlin coroutine based solution for handling in app purchases for billing library version 7.
 |
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.
 |