Is it possible to have feature like drag and drop between two different RecyclerView
?
I found library for drag and drop within RecyclerView
This lib can help you. Check sample example, it does what you asked. It has a BoardView, where you can put several lists.
YouTube demo-video: https://youtu.be/tNgevYpyA9E?t=30
Features
Re-order items in a list, grid or board by dragging and dropping with nice animations.
Add custom animations when the drag is starting and ending.
Get a callback when a drag is started and ended with the position.
Disable and enable drag and drop