Interesting approach, when modularizing a user fac...
# android
s
Interesting approach, when modularizing a user facing feature that contains presentation, some domain logic and few API calls/cache would you divide these into further modules or keep it as a single one and divide top layers by packages?