It's a rewrite of my first Android application and also a way for me to learn Compose. This app focuses on productivity and keeping track of time spent doing various activities (Learning, Freelancing etc.)
- In-app stopwatch
- Persisting time spent to a database
- Service stopwatch with a notification
- Charts and stats of time spent
- More to come
- Jetpack Compose
- Kotlin Coroutines
- Dagger 2 Hilt <- might be replaced with Koin
- SQLDelight
- Compose and Compose UI tests
- JUnit5 Unit tests
- Gradle modularization