Viewpager With Circle And Title Indicator
I'm using Viewpager and the Circle and Title view pager from JakeWharton The viewpager with the circle indicator is working fine, but while using the view pager with both circle an
Solution 1:
Hi you can do it logically. I have implemented it using ViewPager and frame layout. Frame layout to show the indictor. Indicator is basically two image for off and on. You can download the complete code and change accordingly. http://javaant.com/viewpager-with-circle-indicator-in-android/#.VpdtjMB943g Hope this will help you.
Solution 2:
I can only offer an alternative library. I am currently using this Material Design Library which has a ViewPagerWithIndicator activity layout. It uses fragments and right off the bat does exactly what you're asking. It changes the ActionBarTitle along with the indicator. It is very easy to implement and lightweight.
Post a Comment for "Viewpager With Circle And Title Indicator"