Lilly
07/09/2020, 12:32 AMConstraintLayout
for all layouts. In non-compose layouts I used to use only ConstraintLayout
for all layouts and never regret. I mean, are there any use cases where you would use Rows/Columns
where ConstraintLayout
wouldn't also fit?bohregard
07/09/2020, 2:06 AMgildor
07/09/2020, 2:20 AMIt’s easier to digest and seems like a better tool for the job.And also faster than ConstraintLayout especially if it nested
Lilly
07/09/2020, 12:15 PMAnd also faster than ConstraintLayout especially if it nestedIsn't it vice versa? ConstraintLayout vs. nested Rows/Columns performs better?
gildor
07/09/2020, 12:32 PMSean McQuillan [G]
07/09/2020, 6:58 PMLilly
07/10/2020, 12:40 AM