My previous post gives a sample project that enables ActionBar Tab navigation and ViewPager enabling users to swipe to change tabs.
Unfortunately using the same code with the Action Bar Sherlock library caused me some very strange problems. The first view would not swipe out, and then clicking the tab would overlay the new fragment over the previous. Very strange indeed.
As always Stack Overflow to the rescue.
Here is an example project using ActionBarSherlock + ViewPager
All credit for the code go to Stack Overflow user Rymnel
Link to original SO question
The post Android Dev: ActionBarSherlock + Tabs + ViewPager appeared first on Droid App.