其他分享
首页 > 其他分享> > android-如何在RecyclerView中使用拖动手势进行多选?

android-如何在RecyclerView中使用拖动手势进行多选?

作者:互联网

这是一个非常简短的问题:
最近,Google更新了其材料设计指南,显示多项选择应类似于Google-Photos应用程序(here),例如:

enter image description here

我注意到,即使您已经处于多选模式,您仍然可以在任意位置使用此手势.

到目前为止,我所做的是处理项目的点击以进行多选,但是我该如何处理Google展示的内容?

解决方法:

似乎比我想象的要复杂,但是有一个用于此的库:

https://android-arsenal.com/details/1/5152

https://github.com/MFlisar/DragSelectRecyclerView

基于:

https://github.com/weidongjian/AndroidDragSelect-SimulateGooglePhoto

标签:android-recyclerview,material-design,multi-select,android
来源: https://codeday.me/bug/20191026/1936434.html