android-discuss icon indicating copy to clipboard operation
android-discuss copied to clipboard

RecyclerView怎么弄可以支持上下左右同时滑动翻页

Open KenStive opened this issue 7 years ago • 5 comments

如题。求赐教或者参考资料连接

KenStive avatar Feb 02 '18 03:02 KenStive

LayoutManager

自定义,网上也有各种自定义好的轮子,比如阿里的 VLayout

biaomingzhong avatar Feb 02 '18 06:02 biaomingzhong

@biaomingzhong 老哥 有参考资料连接吗?

KenStive avatar Feb 02 '18 06:02 KenStive

搞定了 其实很简单 重写了onTouchEvent方法通过滑动手势分别set了LinearLayoutManager.VERTICAL和LinearLayoutManager.HORIZONTAL 再配合PagerSnapHelper实现的

KenStive avatar Feb 02 '18 07:02 KenStive

@KenStive 老哥怎么实现的啊,没思路啊。

mrchenmo avatar May 24 '18 03:05 mrchenmo

已经弄好了。

发自我的 iPhone

在 2018年5月24日,11:15,MrChenmo [email protected] 写道:

@KenStive 老哥怎么实现的啊,没思路啊。

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or mute the thread.

KenStive avatar May 24 '18 03:05 KenStive