Reputation: 301
I'm trying to make a small slide show that you can swipe through and has a circle indicator of which page you are on out of the total number of pages. Currently I'm trying to make Cheesebaron's ViewPagerIndicator work. https://github.com/Cheesebaron/ViewPagerIndicator with has been ported over from a 3 year old project https://github.com/JakeWharton/ViewPagerIndicator
However, After adding V4 support Xamarin says that ViewPager is deprecated. Is there an up to date way of implementing this type of slide show and indicator?
Upvotes: 0
Views: 1419
Reputation: 3559
There has been released a new package by James Montemagno: https://github.com/jamesmontemagno/PagerSlidingTabStrip-for-Xamarin.Android
Upvotes: 0