CHAPTER 3
UI Design Using Layouts
A layout is a container for controls, images, text, and other layouts. Central to the creation of the mobile UIs, layouts help us to design our pages by using the placement of views and as well as nested layouts (for more views). If you’ve worked with HTML <div>, <table>, or <form> elements then layouts should feel familiar to you. The purpose of a layout is to indicate the location and size of each of its child elements. This is typically done three ways: relative to the individual controls in the layout, relative to the origin of the layout, or using an overlaid structure such as a grid. Each layout type has ...
Get Xamarin Mobile Application Development: Cross-Platform C# and Xamarin.Forms Fundamentals now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.