RecyclerView ItemTouchHelper Buttons on Swipe

I struggled with the same issue, and tried to find a solution online. Most of the solutions use a two-layer approach (one layer view item, another layer buttons), but I want to stick with ItemTouchHelper only. At the end, I came up with a worked solution. Please check below. import android.content.Context; import android.graphics.Canvas; import android.graphics.Color; … Read more