antonyt / InfiniteViewPager

Augment Android's ViewPager with wrap-around functionality.
MIT License
694 stars 193 forks source link

InfiniteViewPager setCurrentItem not display fragment content #22

Open Bhavdip opened 9 years ago

Bhavdip commented 9 years ago

After swipe the infiniteviewpager fragments number of times,For navigate on particulate fragment Using programatically we call the setCurrentItem , It show the fragment with blank, sometime come the fragment without layout when we try to touch the fragment it show the content of current fragment.