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