I have multiple completed android studio project and I want to combine them into a single android project. The final app should have various tab, and when I click on the different tab button, the tab should bring me to the different projects that I have build individually.
I have searched and I saw methods such as using library and modules? I am quite lost as I am not sure which is the direction I should follow. Any suggestions?