Android app that manages orders received through an API. Orders are received in Json, they can be saved, modified and can be displayed in a detailed view.
Implementation details:
-
🪛 Kotlin (coroutines,flows)
-
📥 Room (database)
-
🗡️ Dagger Hilt (dependency injection)
-
🧾 MVVM (model-view-viewmodel)
-
🎨 XML (UI/UX)
-
🌐 RetroFit (json)
-
📊 Optimized (shrinked resources,minify,etc)