How organize using clean architecture in android? ...
# android
j
How organize using clean architecture in android? I using viewmodel, uistate etc
a
I would start by creating different specific domain modules and move stuff related to database to
:database
module, network to
:network
module, etc. Then for your presentation layer, each on each feature module, you can just have your
Screen
,
VMs
, and your
States
classes respectively.
j
Do you have any example projects of yours for me to see?
a
This is nice starting point https://github.com/android/nowinandroid