Trinea / android-auto-scroll-view-pager

Android auto scroll viewpager or viewpager in viewpager
http://p.codekk.com/
Apache License 2.0
1.67k stars 670 forks source link

Cycle function #19

Open skywalkerlw opened 9 years ago

skywalkerlw commented 9 years ago

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 ?

Trinea commented 9 years ago

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