GalleryLayoutManager icon indicating copy to clipboard operation
GalleryLayoutManager copied to clipboard

New way to implements ViewPager/Gallery in Android with RecycleView

Results 23 GalleryLayoutManager issues
Sort by recently updated
recently updated
newest added

More than one file was found with OS independent path 'lib/armeabi-v7a/libRS

android.support.v7.widget.RecyclerView$Recycler.tryGetViewHolderForPositionByDeadline(Unknown Source:614) - 2 android.support.v7.widget.RecyclerView$Recycler.getViewForPosition(Unknown Source:5) 3 android.support.v7.widget.RecyclerView$Recycler.getViewForPosition(Unknown Source:1) 4 github.hellocsl.layoutmanager.gallery.GalleryLayoutManager.d(Unknown Source:161) 5 github.hellocsl.layoutmanager.gallery.GalleryLayoutManager.b(Unknown Source:11) 6 github.hellocsl.layoutmanager.gallery.GalleryLayoutManager.scrollHorizontallyBy(Unknown Source:142) 7 android.support.v7.widget.RecyclerView.scrollStep(Unknown Source:25) 8 android.support.v7.widget.RecyclerView$ViewFlinger.run(Unknown Source:91) 9 android.view.Choreographer$CallbackRecord.run(Choreographer.java:981) 10 android.view.Choreographer.doCallbacks(Choreographer.java:790) -- 11 ...

这是我的代码 List lisr = new ArrayList(); for (int i = 0; i

打印暂停滑动时的position有的时候没有值?请问这个问题?

Hi BCsl, I want to add the ability to expand/collapse my recyclerview items using the GalleryLayoutManager. I went through the source code to find out why it doesn't work, but...

你好,我是用了GalleryLayoutManager(GalleryLayoutManager.HORIZONTAL)在我的代码中,并且添加了setOnItemSelectedListener监听,但是在onItemSelected的回调中,position会错乱,总共有四个item,从刚进入展示第一个到逐个滑动到最后一个,position的变化是0-1-0-1-2-2-3-3,在滑动到最后一个item之前,有时会错乱,全部加载之后再滑动才正常

Is this support load more feature ? I am trying to use this library in one of my project where i need this type of LayoutManager but with one more...

help wanted

There is an issue when we use the lib. when there is less items, for example 3 items, first focus at index 1, fling to index 0, the onItemSelected won't...

Translation error: The Chinese translation of “view” is “视图”, not “试图” in the original README_CN.md(this word’s meaning is “trying to do…”)