# Android_ItemTouchHelper_Demo **Repository Path**: ouyangpengdev/Android_ItemTouchHelper_Demo ## Basic Information - **Project Name**: Android_ItemTouchHelper_Demo - **Description**: Basic example of using ItemTouchHelper to add drag & drop and swipe-to-dismiss to RecyclerView. - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-03-23 - **Last Updated**: 2021-03-23 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Android_ItemTouchHelper_Demo 本demo仅仅用于练习使用 ItemTouchHelper 实现 RecycleView 的拖拽和侧滑效果 原理可以参考以下链接: + [Drag and Swipe with RecyclerView](https://medium.com/@ipaulpro/drag-and-swipe-with-recyclerview-b9456d2b1aaf) + [RecyclerView的拖动和滑动 第一部分 :基本的ItemTouchHelper示例](http://www.jcodecraeer.com/a/anzhuokaifa/androidkaifa/2015/0630/3123.html) + [ItemTouchHelper帮助实现拖拽效果](http://www.jianshu.com/p/45e473fe972c ) + [使用ItemTouchHelper高效地实现 今日头条 、网易新闻 的频道排序、移动](http://www.jianshu.com/p/d30fd8da4eac) 代码参考于 : + https://github.com/iPaulPro/Android-ItemTouchHelper-Demo + https://github.com/YoKeyword/ItemTouchHelperDemo 运行之后的效果图如下所示: 使用ItemTouchHelper高效地实现 今日头条 、网易新闻 的频道排序、移动 效果图