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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Group item inside List

ayazmuh opened this issue · comments

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

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.