Reputation: 1461
I want to have a view inside a scrollable layout (Recyclerview with GridlayoutManager) with tiles (Views) in it. Dragging and dropping an item to RecyclerView.
Upvotes: 1
Views: 243
Reputation: 6067
Check this for drag and drop in recycler view. https://medium.com/@ipaulpro/drag-and-swipe-with-recyclerview-6a6f0c422efd#.yt2erbko9
To know about drop event check this issue.
Update
For external views drag event check this.
Upvotes: 1