Is reordering multiple items in a recyclerview possible?

Viewed 19

I used the ItemTouchHelper class, which is a RecyclerView extension. When a single item is long-pressed, ItemDecoration is used to reorder it in the list.

However, the necessity is to choose multiple items before proceeding with the reordering. Is anyone aware of the possibilities?

0 Answers
Related