Drag and Drop Between Two Recycle View

前端 未结 2 629
广开言路
广开言路 2020-12-18 04:56

I have created 2 Horizontal recycleView. Which is working perfectly. I need the functionality of drag and drop between item inside each recycleView as well as drag and drop

相关标签:
2条回答
  • 2020-12-18 05:04

    Customised this library and got the things that I want. Link - https://github.com/woxblom/DragListView

    What I updated -

    As you can see it's a vertical recyclerView use layout manager so that you can make it Gird or Horizontal recylerView. In my case I have 2 recyclerView and 1 GridView. Also adjusted some padding and layout.

    0 讨论(0)
  • 2020-12-18 05:07

    If you are still interested in a simple solution see my code on GitHub. It's shows how to Drag and Drop between two RecyclerViews.

    0 讨论(0)
提交回复
热议问题