Course
Skills
Android Layout Fundamentals
Understand the basic Android layout classes, and how to use them effectively.
What you'll learn
Android has four basic layout classes: LinearLayout, RelativeLayout, FrameLayout and TableLayout. How do they work? How to decide when to use which? This course goes into the details of each class, explains their various attributes, then demonstrates various tools and techniques to examine and optimize your layouts.
Table of contents
Introduction
15mins
LinearLayout
12mins
RelativeLayout
13mins
FrameLayout
6mins
TableLayout
11mins
Choosing the Right Layout
39mins