I have a row in a list that I am trying to implement. I can use one RelativeLayout or one LinearLayout with weights. Is there a clear winner in performance for one RelativeLayout or one linearLayout with weights?
Asked
Active
Viewed 1,160 times
6
-
Linearlayout with weights. – keshav Dec 09 '13 at 13:18
-
Is there a clear limit? How can one tell? – roiberg Dec 09 '13 at 13:22
-
If you does not have a lots of views, then difference in performance between LinearLayout and RelativeLayout is negligible. There is no clear limits. In my opinion, you just need to choose the most convenient for your job. – yyunikov Dec 09 '13 at 13:46