In terms of performance, is ConstraintLayout() more "expensive" than layouting with other Composables, like in the old UI toolkit?
r
Ricardo C.
08/07/2020, 8:32 PM
Kinda related: are the calculations done on a background thread? Not only for constraint but for compose as a whole. Is main thread only used for rendering?