本demo仅仅用于练习使用 ItemTouchHelper 实现 RecycleView 的拖拽和侧滑效果
原理可以参考以下链接:
- Drag and Swipe with RecyclerView
- RecyclerView的拖动和滑动 第一部分 :基本的ItemTouchHelper示例
- ItemTouchHelper帮助实现拖拽效果
- 使用ItemTouchHelper高效地实现 今日头条 、网易新闻 的频道排序、移动
代码参考于 :
- https://github.com/iPaulPro/Android-ItemTouchHelper-Demo
- https://github.com/YoKeyword/ItemTouchHelperDemo
运行之后的效果图如下所示:
使用ItemTouchHelper高效地实现 今日头条 、网易新闻 的频道排序、移动 效果图
List拖拽和侧滑 效果图
Gride拖拽 效果图