Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

reordering of listview items by drag and drop using android

Tags:

android

How to drag and drop items in Listview for reordering in android?

like image 952
teksquery Avatar asked Jun 29 '10 13:06

teksquery


1 Answers

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

like image 99
Stefan Avatar answered Oct 20 '22 19:10

Stefan