You can change that line in **addSlides(List<Slide> slideList)** by: **viewPager.setCurrentItem(0);** so that it can be started from the first slide and not from the last one?
You can change that line in addSlides(List slideList) by:
viewPager.setCurrentItem(0);
so that it can be started from the first slide and not from the last one?