I have today activities with multiple fragments for each activity. It's running nicely but I would like to move to a more modern tab interface. All the reading that I do is showing to me that it is not easy at all implementing multiple fragments per tab.
Have I no choice: could I keep activities and link them to tabs or is not supported at all?
If the answer is yes, could I leverage cool feature lke swipe tabs?
if the answer is no, could you recommend readings before I start breaking everything :) Most of my activities are using 2 fragments because I use the classical list in one pane and the action to a click item in another pane.
thanks!