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 Kulinkovich
  • 4,408
  • 15
  • 46
  • 50
CraniumRat
  • 45
  • 4

0 Answers0