Tolriq
05/25/2021, 2:25 PMFilip Wiesner
05/25/2021, 2:27 PMIn the View system,(source)was the recommended way to create large and complex layouts, as a flat view hierarchy was better for performance than nested views are. However, this is not a concern in Compose, which is able to efficiently handle deep layout hierarchies.ConstraintLayout
Andrew Neal
05/25/2021, 2:28 PMBrian G
05/25/2021, 2:30 PMTolriq
05/25/2021, 2:32 PMJavier
05/25/2021, 2:33 PMAdam Powell
05/25/2021, 2:38 PM.wrapContent[Width|Height|Size]
at the end of that element's modifier chain than to add a row or column around it. Performance-wise both will be in similar ballparks.Tolriq
05/25/2021, 2:46 PMromainguy
05/25/2021, 3:15 PMAdam Powell
05/25/2021, 3:20 PMAndrey Kulikov
05/25/2021, 3:25 PMTolriq
05/25/2021, 3:27 PMAndrey Kulikov
05/25/2021, 3:34 PMTolriq
05/25/2021, 4:24 PMAndrey Kulikov
05/25/2021, 4:29 PMTolriq
05/25/2021, 5:00 PMBrian G
05/25/2021, 8:19 PMJohn Ugwuadi
07/25/2021, 7:09 PM