| android Programming Glossary: tabfragmentAndroid Actionbar Sherlock with Tabs http://stackoverflow.com/questions/13640512/android-actionbar-sherlock-with-tabs  ActionBar.NAVIGATION_MODE_TABS add tabs Tab tab1 actionBar.newTab  .setText TabTitle1  .setTabListener new TabListener TabFragment  this tab1 TabFragment.class actionBar.addTab tab1 Tab tab2 actionBar.newTab .setText TabTitle2 .setTabListener new TabListener.. add tabs Tab tab1 actionBar.newTab  .setText TabTitle1  .setTabListener new TabListener TabFragment  this tab1 TabFragment.class actionBar.addTab tab1 Tab tab2 actionBar.newTab .setText TabTitle2 .setTabListener new TabListener TabFragment  this.. TabFragment.class actionBar.addTab tab1 Tab tab2 actionBar.newTab .setText TabTitle2 .setTabListener new TabListener TabFragment  this tab2 TabFragment.class actionBar.addTab tab2 check if there is a saved state to select active tab if savedInstanceState.. 
 |