Clean Architecture (github.com/BaeSuii/FluxNe…) FluxNews is a news app using Jetpack Compose and provides real-time news updates and implements Clean Architecture
7
47
262
13K
275
Download Image
@androiddevnotes Again, always modularize by feature, not by layer... There's nothing clean in doing so...
@androiddevnotes This MVVM diagram is wrong. Android ViewModel is not a view model in MVVM, but a model 😉