ringa_lee2017-04-17 17:46:19
You should find a lot of this on Github. Here are two examples for you to refer to.
SwipeListView
Supports defining left and right sliding events of ListView, supports left and right sliding displacement, and supports defining animation time
Project address: https://github.com/47deg/andr...
Demo address: https://play.google .com/store...
APP example: WeChat
DragSortListView
Drag the sorted ListView, and support ListView sliding item deletion. Each item has different heights, radio selection, check selection, CursorAdapter as an adapter, dragging background changes, etc.
Project address: https://github. com/bauerca/dr...
Demo address: https://play.google.com/store...
APP example: WordPress Android
高洛峰2017-04-17 17:46:19
UltimateRecyclerView
android-advancedrecyclerview
Swipe_RecyclerView
Android-ItemTouchHelper-Demo
SwipeRecyclerView
RecyclerViewEnhanced