UI
Efficiency,User Experience,Startup Time
Layouts with elements that have the attribute weight set must be computed twice. While each new element requires initialisation, layout and drawing parsing deep nested LinearLayouts will also increase the computation time exponentially.
Efficiency,Usability,Startup time
Nested LinearLayouts could be flattened by the use of RelativeLayouts. Or by the use of the <include>-Tag