- S1-4 Intro & From XML to Compose
- S5-8 Building and Navigating UI's
- S9-12 Coroutines, Flow & modern Architecture
- S13-16 Networking & Data Storage
- S17-20 -> Exercise
- S21-24 Hilt, Modularization, Gradle
- compose-ui-examples contains some UI samples built with Compose + a Task
- xml-to-compose contains a simple XML Layout that as Task should be converted to Compose
- random-number-generator contains a small sample Project using ViewModel with State + Compose (MVVM; Unidirecational DataFlow UDF)
- Hangry sample app showcasing modern architecture (MVVM) with Flow / Coroutine & Networking usage