I have been building my first android App with 5 tabs in Android studio. I am planning to breakdown my tabs from 1 module into 5 modules in order to clear cut each functionality.
My problem is, I am figuring out how to make the connection among modules such that I can change tabs and run its functions based on different modules. Anyone has come across this problem before? Any good reference/resource for me to study as beginner?
[Edit]
This is what I want to achieve. Breakdown tabs at project level (by module)