2

I have custom ListView with custom Layout consisting of one TextView for display text and another ImageView for long pressing to drag and drop for reordering ListView items like image below.Please help me!

enter image description here

user3098538
  • 1,201
  • 3
  • 13
  • 15
  • possible duplicate of http://stackoverflow.com/questions/5437417/how-to-drag-drop-listview-item-to-another-listview?rq=1,http://stackoverflow.com/questions/9185802/listview-reorder-items?rq=1 – kalyan pvs Dec 31 '13 at 07:52

1 Answers1

2

Here is a nice library DSLV. very smooth and fine working.

https://github.com/bauerca/drag-sort-listview.

Praveen Sharma
  • 4,326
  • 5
  • 25
  • 45