Zach Klippenstein (he/him) [MOD]
04/27/2021, 3:48 AMLayout
, since there’s relatively so little overhead (both code boilerplate and no giant View class to worry about). In other words, embracing and leveraging compose’s tools instead of trying to work around them.
Then problems like how to draw shadows, text, etc would be much simpler because they’d be done using the regular compose APIs.Colton Idle
04/27/2021, 7:40 AMPiotr Prus
06/12/2021, 8:57 AMZach Klippenstein (he/him) [MOD]
06/14/2021, 3:07 AMPiotr Prus
06/14/2021, 6:17 AMSlider
for example, you may start thinking that Canvas is used there for a reason. Also, I have asked similar question before and Adam advised to use Canvas (link: https://kotlinlang.slack.com/archives/CJLTWPH7S/p1615538817009100). Maybe compose is not optimal yet for using in cases of multiple(dozens) repetitions?