Drag and Swipe Recyclerview || Android Studio Tutorial

Опубликовано: 15 Июль 2026
на канале: Anafthdev Studio
339
5

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...