I have viewPager with several views. the default behavior of viewPager is that the first item is displayed first, then swiping right to left displays the second view right t
You can simply use setCurrentItem() to navigate to the last page in the ViewPager when it's attached to the View.
setCurrentItem()