Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的 Listview 中使用 CursorAdapter 将数据直接映射到数据库。我的问题是当我创建拖放列表视图时。如何在Listview中拖放项目以在android中重新排序?
Android SDK 中没有重新排序 ListView 的默认实现。这是我们在应用程序中使用的实现。github页面上有如何使用它的示例。
https://github.com/terlici/DragNDropList