how to make my viewpager swipe from right to left

I think you can set current page to the last page using viewPager.setCurrentItem(). Then it will swipe left to right .. 🙂

Leave a Comment