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

Getting BoardView to fit in 1 screen. #184

Closed EffBureau closed 3 years ago

EffBureau commented 3 years ago

Hi,

I'm currently doing a school project and the app we need to do is a quiz app where you can create and play quizzes and get points and stuff.

I am currently developping questions by association. Essentially what it is is you need to match items in their proper categories. Right now what I would like to do is be able to drag and drop items in their respective categories. It looks like this : image

Where asdawsd and adwasd are the categories and Elements would be the column with the items.

So far i've been able to make the drag and drop work on the elements column using only the draglistview.

What I would like to do now is I would like to move items from the elements column to the categories columns and i was wondering if it's possible to use the BoardView to get a disposition like my image.

Thanks!

woxblom commented 3 years ago

Unfortunately there is only support to drag and drop between columns that are laid out horizontally next to each other.