Github

Github

Open Source Libraries

I have a lot of open source libraries, all of them hosted on github. I also contribute to libraries of which I think they are worth contributing to. Check out below to find out more about my own libraries.

Main Open Source Projects

Utilities

LibraryVersionDescription

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).

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.

My personal toolbox library

Libraries

LibraryVersionDescription

A kotlin coroutine based solution for handling in app purchases for billing library version 7.

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.

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

ImageLibraryVersionDescription
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.


Github Profile