介绍:

高仿Google相册多选效果,长按某一item后然后滑动选择到任意item,效果很不错,适合相册页面多选部分效果。
本例子主要是自定义DragSelectRecyclerView通过如下展示gridview效果
mList = (DragSelectRecyclerView) findViewById(R.id.list);
mList.setLayoutManager(new GridLayoutManager(this, getResources().getInteger(R.integer.grid_width)));
mList.setAdapter(mAdapter);

效果:

Android DragSelectRecyclerView 长按滑动多选图像android特效_JAVAAndroid DragSelectRecyclerView 长按滑动多选图像android特效_JAVA_02

源码下载地址

http://pan.baidu.com/s/1bn3F40f

提取密码: dxtn

https://mp.weixin.qq.com/s/0HupJU1s5xJMzQdkxWasag