Search code examples
androidandroid-recyclerviewandroid-cardview

Drag and Drop between two RecyclerView


Is it possible to have feature like drag and drop between two different RecyclerView?

I found library for drag and drop within RecyclerView. Please help me to improve this functionality.


Solution

  • I had a similar requirement in one of our projects. You can check out the sample code that I have uploaded here - RecyclerView Drag and Drop

    It is a very basic code that matches your requirement - Drag and drop within a single recyclerview as well as between two different recyclerviews.

    Hope this helps.