I have a requirement that need to drag an item from one recyclerview into another recyclerview.
I found some some of the useful resource as with the help of ItemTouchHelper
Also find a library to drag and drop in android here.
While implementation, am able to drag the item view along with the pointer(finger) on the screen, but not able success to achieve my requirement.
Please share me if you have any previous experience on this.