Projects

List of projects that were developed by me

“Kegel Exercises” android application

See on Github. See on Google Play

Let me introduce the android application “Kegel Exercises”. This application helps to do Kegel exercise and helps to follow the exercise program. Also the app contains reminders, user defined exercises, statistics, billing.

Techologies: Kotlin, Koltin Coroutines, Kotlin Flow, Dagger, Andoriod Architecture Components, Firebase Analytics/Remote Config/Firestore.

Library for outlining text

See on Github.

My most starred project 😀. Single class library for outlining text on android. The library is built as maven dependency in Jitpack.

Gradle metrics plugin (wip)

See on Github.

This plugin lets to collect gradle project build metrics and publish metrics to other services. Gradle metrics plugin is extensible and allows to extend metrics collectors and metrics dispatchers.

Collector is abstraction that collect metrics during project build time. Dispatcher lets process metrics in someways. For example, print metrics to console or send metrics to analytics service.