I have a viewpager and it contains some information but it lets me swipe the pages from left to right how can I make it swipe from left to right which means change its direc
You can do something like this,
ViewPager.setCurrentItem(lastposition);