Tell the listView drag and drop libraries for gradle import to android studio, and either they are imported but not compiled, or the studio does not want to digest the eclipse project, well, or any other tips, otherwise it doesn't work at all
1 answer
Try this, I think this is the best option from what is publicly available: https://github.com/woxblom/DragListView If you can’t import it, check if there is a library from support in the code of this library, then you need to exclude the androidx package from your project, if there are no libraries from support in that project, but there is androidx, then you will have to migrate your project to the libraries from the androidx package, replacing all the support packages. examine the library itself or write specific errors that pop up dissolved
- I’m having problems with the adapter;
|