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
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.
If you are still interested in a simple solution see my code on GitHub. It's shows how to Drag and Drop
between two RecyclerView
s.