luttu android
luttu android

Reputation: 1461

Imageview darg and drop into recylerview Android

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

Answers (1)

Wasim K. Memon
Wasim K. Memon

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

Related Questions