<How to swipe an item of a RecyclerView by pressin...
# stackoverflow
r
How to swipe an item of a RecyclerView by pressing a Button I want to know if it's possible to swipe to left an item of a RecyclerView by pressing a Button inside the same item. I tried using startSwipe() function of ItemTouchHelper but I couldn't make it work.