0

I want to implement an infinite scroll viewpager so that if I have 3 fragments (A, B, C), will show A - B - C - A. The issue is that I want the swipe_in_left animation when I do setCurrentItem(0, true) after hitting the end. Right now, it cycles all the way left to position 0 and restarts the scroll from there.

Is there a good way to solve this?

Alex.K.
  • 3,870
  • 14
  • 43
  • 49
CraniumRat
  • 45
  • 3

0 Answers0