# ItemTouchHelper **Repository Path**: android_locker/ItemTouchHelper ## Basic Information - **Project Name**: ItemTouchHelper - **Description**: RecyclerView滑动删除、长按拖拽示例 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-17 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # ItemTouchHelper :cat:RecyclerView滑动删除、长按拖拽示例 #### 长按拖拽的效果 | 长按拖拽 | 滑动删除 | | :-------------: | :-------------: | | ![longdrag](http://upload-images.jianshu.io/upload_images/4293651-11ada15b866f04dd.gif?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) | ![swipedelete](http://upload-images.jianshu.io/upload_images/4293651-9a7004af046ac72d.gif?imageMogr2/auto-orient/strip%7CimageView2/2/w/1240) |