LoopingViewPager icon indicating copy to clipboard operation
LoopingViewPager copied to clipboard

A ViewPager that supports infinite looping effect, smart auto-scroll, compatible with any indicators and easy to use. It especially uses it as banners of application with a simple item page.

Results 5 LoopingViewPager issues
Sort by recently updated
recently updated
newest added

Navigating the pages with arrow keys (i.e. DPAD, keyboard, etc.) is currently broken. When moving right the page after the next page is selected, moving left doesn't work.

Thank you for your library! But I have one UI bug, when I was set `clipToPadding="false"` to `LoogingViewPager`, for showing edges of view. Last view in list render to late...

enhancement

Hello, thanks for the library. I am an Android developer, currently I have a problem when using your library with a class that extends PagerAdapter, my intention is to make...

enhancement

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

question