Simple Notes app to learn Jetpack compose
Coming Soon
-
Tech-stack
- Kotlin - a cross-platform, statically typed, general-purpose programming language with type inference.
- Coroutines - perform background operations.
- Koin - a pragmatic lightweight dependency injection framework.
- Retrofit - a type-safe REST client for Android.
- Jetpack
- Timber - a highly extensible android logger.
-
Architecture
- MVVM - Model View View Model
-
Tests
-
Gradle
- Gradle Kotlin DSL - For reference purposes, here's an article explaining the migration .
-
CI/CD
- Github Actions