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?
I’ve created a ViewPager . and I want to add scrollable tabs (swipey tabs)
Share
PagerTabStripand the tab flavor of ViewPagerIndicator should both give you swipey tabs.