- Android Studio Giraffe | 2022.3.1 Canary 9
- Demonstration application for Oddle
List of features that build in this app
- Show all products
- Update discount of product
- Add new product
- Clean architecture with MVVM model
- UI layer -> Data layer[Repository -> [RemoteSource, LocalSource]] -- UI layer built on Jetpack Compose -- RemoteSource built on Ktor/Kotlin-serialize + Flow
- Kotlin Coroutine, Flow
- Jetpack Navigation
- Koin
- Kotlin-Serialization
- Ktor