There are quite a few articles on the performance of Relative and Linear Layouts. Using Nested LinearLayout would cost in traversals because of the bigger view hierarchy. I don't know why it is not preferable to use RelativeLayout every time as I heard it in Google I/O 2013 but the reason was not given in that video
Is there anyone who can help us understand the in-depth concepts (Performance, resource costs etc.) behind these layouts.