Reputation: 151
How to drag and drop items in Listview for reordering in android?
Upvotes: 15
Views: 40760
Reputation: 859
Here is our drag & drop list. It is a direct replacement for ListView and it's very easy to use. There are examples of how to use it on the github page.
https://github.com/terlici/DragNDropList
Upvotes: 15
Reputation: 1506
A good example on the topic can be found here: https://github.com/mtparet/Drag-And-Drop-Android
Upvotes: 7
Reputation: 1699
This has been discussed elsewhere. Try:
Reordering Lists like playlists in the media player
or
Android - drag and drop - list rearrange
Unfortunately, there seems to be no easy way to do it. You'll have to handle touch events at a fairly low level.
Upvotes: 5