from personal experience, we try to stay away from constraint layout since its performance are not good, also has some unexpected crashes, everything you can achieve with constraint you can achieve with a box, column, row
s
Stefano Milani
02/24/2025, 1:01 PM
@Hristijan What a shame, I was hoping instead that it was stable and better in terms of stability precisely to avoid nesting the various layouts
đź« 1
a
agrosner
02/24/2025, 4:42 PM
There isn’t a real concept of nesting in jetpack compose. A lot of magic in compose means it’s not 1-1 with view system issues of nesting