android-auto-scroll-view-pager icon indicating copy to clipboard operation
android-auto-scroll-view-pager copied to clipboard

Cycle function

Open skywalkerlw opened this issue 10 years ago • 1 comments

Current cycle function is implemented by going back to first page and starting again, which I think is not the best way (not very nice user experience). Is there any possibility to implement this way: https://github.com/malcommac/DMCircularScrollView ?

skywalkerlw avatar Apr 28 '15 03:04 skywalkerlw

infinite loop? You can use setCycle(true), but this function cannot combine with ViewPagerIndicator.

I have no time to fix it, You can also try https://github.com/lightSky/InfiniteIndicator

Trinea avatar Apr 28 '15 15:04 Trinea