标签: android relativelayout android-flexboxlayout
我看到的直接优势是减少View层次结构,但我不禁注意到onMeasure()期间需要多次传递,在这种情况下FlexboxLayout的性能如何比较与RelativeLayout和其他人一起?
View
onMeasure()
FlexboxLayout
RelativeLayout
注意:官方文档和GitHub wiki目前未提及其他布局的性能改进。