TabActivity has been deprecated since fragments appeared.
At the same time, the TabLayout Hello Views tutorial still uses TabActivity, and there is no clear answer in the API documentation on how to create a tab layout with fragments instead of TabActivity.
How do you build Tablayouts now that TabActivity is deprecated?
android android-fragments android-tabactivity
Janusz
source share