Make a Recyclerview Dragable and Swipeable
androidx.recyclerview.widget.ItemTouchHelper. This is a utility class to add swipe to dismiss and drag & drop support to RecyclerView. It works with a RecyclerView and a Callback class, which configures what type of interactions are enabled and also receives events when user performs these actions.
Source Code: https://github.com/kafriytp/DragSwipe...