Android: Swipey tabs without Action Bar

6.2k Views Asked by At

I've created a ViewPager. and I want to add scrollable tabs (swipey tabs) to make it more flexible (like google play). and all the tutorials that i found using ActionBar. How can i do it without using ActionBar?

2

There are 2 best solutions below

5
On BEST ANSWER

PagerTabStrip and the tab flavor of ViewPagerIndicator should both give you swipey tabs.

2
On

This link will be helpful to you and you achieve that by following the example explained in the tutorial.

Or

You can search for SupportV4Demos in Samples and you can find the example FragmentTabs and Pager example to achieve that.