LoopingViewPager
LoopingViewPager copied to clipboard
An android ViewPager extension allowing infinite scrolling
Results
22
LoopingViewPager issues
Sort by
recently updated
recently updated
newest added
I have a listview with rows containing a viewpager. this viewpager has a set of images like gallery.I want to retain the viewpager item, as the user scrolls up or...
LoopViewPager.onPageScrolled(...) has some logic whereby if the user scrolls left from the first item (i.e. looping across the first-last item boundary), then onPageScrolled returns zeros. ``` if (realPosition != mAdapter.getRealCount()...