When should we use pagerTabStrip and when should we go for pagerTitleStrip???
What does the word interactive indicator and non-interactive indicator mean actually? Can you please explain me the difference and also can you please tell me if there is any difference in the UI?
ViewPagerIndicator
(unlikePagerTitleStrip
andPagerTabStrip
) allows the user to scroll the page titles/tabs independent of the page shown in theViewPager
. Very handy. – Lawman