woxblom / DragListView

Drag and drop to reorder items in a list, grid or board for Android. Based on RecyclerView. Also supports swiping items in a list.
Apache License 2.0
693 stars 177 forks source link

How do I get the data in the list #180

Closed TreeGrow closed 3 years ago

TreeGrow commented 3 years ago

Dynamic modification of specified data in a list。

woxblom commented 3 years ago

From BoardView you can call getAdapter(column) and for DragListView you call getAdapter() and then you can get item from the adapter and modify it.