0

Drag and drop items in RecyclerView with GridLayoutManager

here the views int he grid are swapped. Is it possible to create a clone of a view and make it a duplicate entry in the recyclerview.

Community
  • 1
  • 1
Jenison Gracious
  • 486
  • 4
  • 13

1 Answers1

0

make your "duplicated" view in a separate Fragment. Check this tutorial for more info.