I want to crate at my android app with viewpager star right to left.how i can do it pleases help me anyone.
Pleases help me with simple code
I want to crate at my android app with viewpager star right to left.how i can do it pleases help me anyone.
Pleases help me with simple code
Try this,
you can set current page to the last page using viewPager.setCurrentItem(). Then it will swipe left to right .. or right to left:)
viewPager.setCurrentItem(ViewPagerSize);
and this will make user swipe right to left
or
ViewPager.setCurrentItem(lastposition);