您的位置:首页技术文章
文章详情页

android - 类似这样的recyclerview滑动效果

【字号: 日期:2024-09-01 15:28:27浏览:74作者:猪猪

问题描述

类似这样recyclerview的滑动效果开源库有哪些android - 类似这样的recyclerview滑动效果

问题解答

回答1:

这个在Github找一下应该有不少,这边给你两个借鉴的,你参考一下。

SwipeListView支持定义ListView左右滑动事件,支持左右滑动位移,支持定义动画时间项目地址:https://github.com/47deg/andr...Demo地址:https://play.google.com/store...APP示例:微信

DragSortListView拖动排序的ListView,同时支持ListView滑动item删除,各个Item高度不一、单选、复选、CursorAdapter做为适配器、拖动背景变化等项目地址:https://github.com/bauerca/dr...Demo地址:https://play.google.com/store...APP示例:Wordpress Android

回答2:

UltimateRecyclerView

android-advancedrecyclerview

Swipe_RecyclerView

Android-ItemTouchHelper-Demo

SwipeRecyclerView

RecyclerViewEnhanced

相关文章: