h6ah4i / android-advancedrecyclerview

RecyclerView extension library which provides advanced features. (ex. Google's Inbox app like swiping, Play Music app like drag and drop sorting)
https://advancedrecyclerview.h6ah4i.com/
Apache License 2.0
5.32k stars 860 forks source link

How to drag one element from ReycylerView to another in the same activity? #481

Open mmlaif opened 5 years ago

mmlaif commented 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?