RecyclerView extension library which provides advanced features. (ex. Google's Inbox app like swiping, Play Music app like drag and drop sorting)
5.32k
stars
862
forks
source link
How to drag one element from ReycylerView to another in the same activity? #481
Open
mmlaif opened 5 years ago
Hi, what a wonderful library this is. I have a question about it which is:
I have two RecyclerView in one activity. Each has items. Can I drag item from one RecyclerView to another with this library?