August 2017
Beginner to intermediate
220 pages
4h 50m
English
The linear layout is relatively lightweight and very useful for layouts based on single rows or columns. However, more complex layouts require nesting layouts inside each other and this very quickly becomes resource hungry. Take a look at the following layout:

The preceding layout was built using only linear layouts, as can be seen from the following Component Tree:

Although perfectly workable and easy to understand, this layout is not as efficient as it could be. Even ...
Read now
Unlock full access