InfinitePageIndicator
The project shows how to make infinite ViewPager with the page indicator. It is based on 2 other projects:
https://github.com/antonyt/InfiniteViewPager
https://github.com/JakeWharton/Android-ViewPagerIndicator
For now only CirclePageIndicator is supported. How to adapt any other indicator for infinite scrolling? The easiest way to do it:
- Replace in the source code of the indicator all references to the method adapter.getCount() with adapter.getRealCount().
- Remove of modify onTouchEvent.
- Modify or disable page scrolling animation using setSnap(true).