iPaulPro / Android-ItemTouchHelper-Demo

Basic example of using ItemTouchHelper to add drag & drop and swipe-to-dismiss to RecyclerView.
Apache License 2.0
2.51k stars 499 forks source link

Dragging Items to Another View #14

Open goktugerce opened 9 years ago

goktugerce commented 9 years ago

I wonder if I can move my items to another layout. I split the screen to two, left with a FrameLayout and right with a RecyclerView. I want to be able to move items from RecylerView and put them on other layout by dragging, and vice versa. I could not find a solution about it, currently dragging items is only available in RecyclerView, so I cannot drag the item to left or right, I can only drag it to up or down. Any suggestions would be appreciated.