How can I allow horizontal tab navigation (swipe views) with action bar navigation tabs?
How can I allow horizontal tab navigation (swipe views) if I'm using action bar navigation tabs ? Is there anything special I have to do to get this to work with ActionBarSherlock ? CommonsWare The code-generated stuff for a "Tabs+Swipe" activity (from BlankActivity in the new activity wizard in Eclipse) has code for this. Basically, your tabs tie into a ViewPager , calling setCurrentItem() to change the page, rather than running their own FragmentTransaction or otherwise affecting the UI. The ViewPager handles the horizontal swiping, and you populate those pages using some form of