我在应用程序中工作,我使用导航抽屉,但所有这些都是碎片,其中一些是活动但不能正常工作。
任何教程帮助或任何建议,我将感谢...
tabHost = getTabHost();
tabHost.addTab(tabHost.newTabSpec("tab1").setIndicator("Tab1").setContent(R.id.layout_tab_one));
tabHost.addTab(tabHost.newTabSpec("tab2").setIndicator("Tab2").setContent(R.id.layout_tab_two));
tabHost.setCurrentTab(0);