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!