+ 1
For Android dev usjng java, which is better RelativeLayout or LinearLayout?
2 ответов
+ 2
Liner layout is for simple layout's , as it's name linear suggests it's only capable of managing view in linear direction.
And I think relative layout is for more complex designs. There's nothing to compare.
Both are mandatory in Android UI Design.
+ 1
Nope, Constraint Layout is better