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

Setting Different items for different column's

KallepalliTirumalesh opened this issue · comments

HI, Thank You for wonderful library
Is it possible to define different items for different column's like for example one column has 10 items and other column has 6 items and swapping items between the column's.

Hey and thanks :)

Yes that shouldnt be any problem. As long as the super class of the items are the same as you need to be able to move the item from one adapter to another of the same type.

Hey and thanks :)

Yes that shouldnt be any problem. As long as the super class of the items are the same as you need to be able to move the item from one adapter to another of the same type.

Thank You