I've read this and this about using Fragments.
There is an example for how to handle multiple Fragments on a tablet and handset with separate Activities for each Fragment (long story short):
With each item of ListFragment 'A', a new Activity for displaying Fragment 'B' is started.
What is the advantage of using separate Activities for each Fragment instead of using Transactions?