Android Reordering ListView items with drag and dr

2019-02-15 12:09发布

问题:

This question already has an answer here:

  • Android List View Drag and Drop sort 6 answers
  • How to Drag drop Listview item to another Listview 4 answers

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!

回答1:

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

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