InfiniteViewPager icon indicating copy to clipboard operation
InfiniteViewPager copied to clipboard

Augment Android's ViewPager with wrap-around functionality.

Results 31 InfiniteViewPager issues
Sort by recently updated
recently updated
newest added

Is there any metghod to get actual current position method, pager.getCurrentRealPosition() is not providing me actual position, and i have call setCurrentRealPosition at last of currentItem method. override fun setCurrentItem(item:...

Hi, i want to user tablayout with infiniteviewpager. Can someone guide me. Right now i am facing an issue while using it, Process: com.kotlin.mNative, PID: 7342 java.lang.OutOfMemoryError: Failed to allocate...

Hey bro auto scroll crash while using this library this is my logcat ` java.lang.NullPointerException: Attempt to invoke virtual method 'int android.support.v4.view.PagerAdapter.getCount()' on a null object reference`

Hello, I want auto scroll view pager item, how can I do this ? Thanks

In my case, I play loop it in the timertask and change viewpagerTransform every time (It's like random animation),But there will always be a blank page at some time. ```java...

Hi, When i am updating the viewpager with new set of content and calling notifyDataSetChanged, the app getting crashed. Below is the logcat details: ``` java.lang.IndexOutOfBoundsException: Invalid index 10, size...

Error:(64, 13) Failed to resolve: com.antonyt.infiniteviewpager:library:1.0.0

CirclePageIndicator (com.viewpagerindicator.CirclePageIndicator) is not working with InfiniteViewPager.