ExpandableListView with drag and drop list items on Android

Im looking for an ExpandableListView that has drag and drop ListItems in Android, or is there a good tutorial or examples where I can learn how to implement drag and drop for ExpanadableListView. I found some good drag and drop tutorials for ListView. but I did not find any good reference for ExpandableListView. please help me with this.

Thanks.

+4
source share
2 answers

Yes, you can implement drag and drop as a list. Here are examples for dragging and dropping as a list. Drag and drop example .. Download the Zip file from this part on the page - (here you can find the project.)

+2
source

I changed the drag list and updated it to drag the extensible listview, download the code from here

+3
source

Source: https://habr.com/ru/post/1345494/


All Articles