Summary
Although the layout projects from this chapter were not really very realistic in nature, they have served the purpose of introducing many aspects of Android UI design. We know about sizing, positioning, spacing, and gravity. We have also seen some options for layout type as well, such as Relative
and LinearLayout
.
In the next chapter we will actually build some UI layouts like you might find in a real-world app.