Special TabHost that allows the use of Fragment objects for its tab content.
I have the following in a class for creating a FragmentTabHost: public class TabsActivity extends FragmentActivity { private FragmentTabHost mTabHost; @Override …
android fragment-tab-host