Articles
Sample Android project: MVVM Clean Architecture with Coroutines + Tips

I want to share how I develop an Android App adapted with MVVM Clean Architecture and another common library such as:
Above is the Clean Architecture flow that shows how the data is requested until data is presented. Clean Architecture divided into 3 layers:
- Presentation
- Domain
- Data
