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

Group item inside List #203

Closed ayazmuh closed 1 year ago

ayazmuh commented 1 year ago

I want group items inside column is it supported by lib or yet not

woxblom commented 1 year ago

How do you mean group items? The lib supports you adding items to a column with an adapter. How that adapter is implemented it up to you.