Greetings composers! still messing with compose qu...
# compose
i
Greetings composers! still messing with compose quite a bit, was wondering what you guys think of making more complex UI such as this fretboard chart in screenie. Questions is - Should be done using high level composables
Container
,
ColoredRect
etc or should something like this be done with low level
Canvas
draw routines?
👍 2
💡 2
🎸 6
z
Do whatever makes the code simpler and easier to read and maintain.
👍 3
i