Since the introduction of Fragments the TabActivity is deprecated.
The Hello Views TabLayout Tutorial however still uses the TabActivity and the API-Documentation has no clear answer on how to create a Tab Layout with Fragments instead of a TabActivity.
How are you building Tablayouts now that the TabActivity is deprecated?