As a lot of people have been doing so far, I\'m implementing the FragmentTabsPager into my app, which is using ActionBarSherlock 4.0. However, I\'m lost.
Fragments, and
I have ported the FragmentTabsPager
Activity and associated Fragments from "Support4Demos" (Android Support library sample) to use ActionBarSherlock and true ActionBar Tabs. The sample includes an Activity that uses both a ViewPager and Tabs to switch between Fragments. The Fragments contain three kinds of ListViews. I've tested it from ICS down to Eclair (2.1). You can browse or download the code at http://code.google.com/p/sherlock-demo/.