LoopingViewPager icon indicating copy to clipboard operation
LoopingViewPager copied to clipboard

An android ViewPager extension allowing infinite scrolling

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

IllegalStateException (java.lang.IllegalStateException: The specified child already has a parent. You must call removeView() on the child's parent first.) when navigate from the last page to the first page or from...

When use it my app do crash: Here is my code : > tablayout.setupWithViewPager(mLoopingViewPager); Here is my logcat: > App has crashed, executing CustomActivityOnCrash's UncaughtExceptionHandler java.lang.IndexOutOfBoundsException: Invalid index 4, size...

The application's PagerAdapter changed the adapter's contents without calling PagerAdapter#notifyDataSetChanged! Expected adapter item count: 6, found: 2

1. upgrade gradle version 2. fix dependency support v4, the old way will cause duplicate classes problem while use as git submodule

In my case, how to scroll first and last gridview when real pager gridview onScroll()?

Is there a way to import the library into Android Studio? Seems like gradle is added but I don't know the compile.

How to disable looping if there is one image view?

When I use addOnPageChangeListener instead setOnPageChangeListener, it will lead to some unpredictable problems. Add the following code to fix it in LoopViewPager:: 【当我使用addOnPageChangeListener代替setOnPageChangeListener,这将导致一些不可预知的问题。在LoopViewPager中添加以下代码作简单的修复:】 ``` java @Deprecated @Override public void addOnPageChangeListener(OnPageChangeListener...