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
?
Android: Swipey tabs without Action Bar
6.2k Views Asked by IBRA At
2
There are 2 best solutions below
2

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.
PagerTabStrip
and the tab flavor of ViewPagerIndicator should both give you swipey tabs.