PinewoodPip / Giickos

0 stars 0 forks source link

Recycler Views #7

Open PinewoodPip opened 1 year ago

PinewoodPip commented 1 year ago

Fragments that contain lists of dynamically generated elements need to be changed to use recycler views. They also currently do not have scrolling either.

These are:

TaskCreator could also use a scrollable list in case we add more stuff there or the user's vertical viewport is too small.

PinewoodPip commented 1 year ago

Changing the task explorer to use recycler view will be difficult due to the cards using fragments... The nesting behaviour might cause issues as well. Not sure if this is worth the hassle anymore.