{"id":1781,"date":"2014-10-12T23:24:36","date_gmt":"2014-10-12T17:54:36","guid":{"rendered":"http:\/\/codetheory.in\/?p=1781"},"modified":"2014-10-13T13:16:15","modified_gmt":"2014-10-13T07:46:15","slug":"android-pagertabstrip-pagertitlestrip-viewpager","status":"publish","type":"post","link":"https:\/\/codetheory.in\/android-pagertabstrip-pagertitlestrip-viewpager\/","title":{"rendered":"Android PagerTabStrip and PagerTitleStrip with ViewPager"},"content":{"rendered":"

Note:<\/strong> This post is sort of a continuation of my previous post<\/a> on ViewPager<\/code> and its related pager adapters with tabs.<\/p>\n

When working with ViewPager<\/code><\/a> we most likely include action bar tabs and integrate them with their corresponding screens in the ViewPager<\/code>. Action bar tabs works great but just incase if you prefer scrollable tabs<\/a> and want to use them over action bar tabs then there are two ways to achieve that:<\/p>\n