LoopingViewPager
LoopingViewPager copied to clipboard
viewpager starts at last position
the viewpager start at last position, I tried to use setCurrentItem to 0 but the issue still ocures thank you in advance for your help and best regards
Did you try with post method?
vpPager.post { vpPager.setCurrentItem(2, false) }