Android : mViewPager.setCurrentItem showing all pages in between

on Sunday, August 3, 2014


I have implement PageViewer with multiple fragment child view(Say A, B, C). There are chance when control can directly navigate to either of A/B/C. So I used mViewPager.setCurrentItem(position)


but if I set say to position "C" view position, then it show first View A and B for a moment and then it show View C. Is there any way to avoid in between fragment view showing !


0 comments:

Post a Comment