I have an Activity with a ViewPager which displays a bunch of pictures. When it starts the ViewPager\'s position is set based on what the user selected in a previous Activit
if you don't care screen animotion try
pager.setCurrentItem(1); pager.setCurrentItem(0);