InfiniteViewPager icon indicating copy to clipboard operation
InfiniteViewPager copied to clipboard

InfiniteViewPager is a modified android ViewPager widget that allows infinite paging and auto-scrolling.

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

Can we use the fragment to show view with library instead of getView?

Hi, Great library, I setup the demo sample, and I notice that for LinePageIndicator when transition from first to last or last to first it didn't jump to the empty...

When added as header in a recycler view, unable to vertical scroll when touched on the viewpager. and when trying to scroll through the viewpager when autoscrolling it stutters and...

I have viewpager with 4 tabs and in one of the tab there is infiniteViewpager. And infiniteViewpager is also there in one of the Fragment of viewpager. When i user...

// 代码修改成如下就能满足需求 @Override public boolean onInterceptTouchEvent(MotionEvent ev) { // to solve conflict with parent ViewGroup getParent().requestDisallowInterceptTouchEvent(true); if (this.mAutoScroll || this.mTouchedWhenAutoScroll) { int action = ev.getAction(); switch (action) { case MotionEvent.ACTION_DOWN:...

import module 不行,直接复制文件也不行。。

hi,when i set onClickListener for imageview in viewpager item ,but the position doesn't match