androidandroid-viewpagerandroid-scrollable-tabs

Android: Swipey tabs without Action Bar


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?


Solution

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