Heim > Fragen und Antworten > Hauptteil
ringa_lee2017-04-17 17:46:19
这个在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
高洛峰2017-04-17 17:46:19
UltimateRecyclerView
android-advancedrecyclerview
Swipe_RecyclerView
Android-ItemTouchHelper-Demo
SwipeRecyclerView
RecyclerViewEnhanced