See how to setup drag handles and item selection highlighting using ItemTouchHelper with a RecyclerView.
This is a companion discussion topic for the original entry at https://www.raywenderlich.com/4568-beginning-recyclerview/lessons/34
See how to setup drag handles and item selection highlighting using ItemTouchHelper with a RecyclerView.
Can this ItemTouchHelper be used to make a copy of selected (dragged) item. Then show this copy as preview of item. Then while end dragging clear preview and just copy the underling data. I would like to achieve such rearranging without of moving entire item but only rearranging content of items.
Thanks for the question, michzio! Not sure exactly what your requirements are, but you can investigate ItemTouchHelper more in the official docs here: ItemTouchHelper  | Android Developers