Hi, just check if anyone know, is - using `Column...
# compose
e
Hi, just check if anyone know, is • using `Column`/`Row` have the same down side as using
LinearLayout
? (i.e. ConstraintLayout is preferred over LinearLayout). Or • in JetpackCompose, there’ll be no performance impact using `Column`/`Row`, and the Compose’s
ConstraintLayout
is just to make placement easier (for some case), but no performance benefit? Thanks!
a
See this thread. Also this.
e
Thanks @Albert Chang 🙏
👍 1