Intro To Android (Workbook 2)

Optimizing Layouts

TODO

Inflations are expensive operations. There's a whole lot of measuring going on! When you nest views, that makes it even slower.

The best ways to optimize your layouts is to reduce redundancy and use merge/include tags to add directly to a parent view instead.

merge tag

include tag