Android RecyclerView Half Swipe and delete item

Viewed 40

I would like to implement swiping gesture from right to left for items inside RecyclerView. The view should be retained, so users can click on the delete button.

I found these approaches one, two, but I'm wondering if there are any newer or simpler ways.

Thanks for your help!

0 Answers
Related