Bit of a newbie question - but I’m not that au-fait with the widget library. If I want to replicate something similar to the item menu featured in the screenshot, would a scrollView be the best way of going about this?
I’m happy/competent enough (I think) to code my own solution, but if it’s already there why re-invent the wheel?
The only drawbacks I can think of against using the widget solution is:
a. the need for masks
b. is it easy to “divide” the scrollView for each item and easy enough to insert the images of these items and other related data into each scrollView?
c. the docs make reference to the fact that scrollView doesn’t work with scaling - that sounds pretty concerning?
Any advice or opinions on the matter would be appreciated…