Hi Guys! I would like to know about Apps Migration...
# android-architecture
e
Hi Guys! I would like to know about Apps Migration from a Monolith application to same application but using a Modular Architecture. I have some doubts about these points below: 1. Migrate to the Modular Architecture is more feasible to use a Single Activity patterns and inside each module have one or more Fragments with each responsibility related to the module. 2. If I have modular architecture to navigate between Main Activity to the others modules I can use Navigation component (from Jetpack) in a easy way OR I'll need to combine this approach with Navigation + Deeplinks. I really appreciate any information about it, references or best practices :) Thanks
s
What do you mean by monolithic and modular? I have a vague sense of what it means in backend application, but not in Android.
e
@Sam Stone monolithic apps are app that is not a builded using modular fashion and have all of things inside, them producing a big-ball of mud in the context of apps. You can imagine that is the same (similar) to the backend.