You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clean architecture goes a bit beyond the presentation logic of MVP/MVVM/MVI, it's more of an overall app architecture. At the moment, I'd be tempted to be a little more opinionated and suggest Clean Architecture with MVVM/MVI as the presentation layer.
How would you recommend package structure in a way that was scalable? and what about a feature packaging is not scalable?
Long time reader and user of these Android best practice docs but first time commenter. I'm currently working on a project using a Clean variant with MVP and feature packages - it's working well for the current project use cases. It really helps to groups things together and allows our devs to communicate/move across platforms easily.
The text was updated successfully, but these errors were encountered: