Chapter 3. Material Patterns
So far in this book we have looked at how to represent objects and collections of objects by using design patterns to create them and the card view to display them. Before we can start to put together a working application, we need to consider how a user will input their selections. There are numerous ways to gather information from the user on a mobile device, such as menus, buttons, icons, and dialogs. Android layouts generally have an application bar (previously known as the action bar) that usually sits at the top of the screen just under the status bar and layouts that implement material design, very often employ a sliding navigation drawer to provide access to an app's top-level functions.
As is often the case, ...
Get Android Design Patterns and Best Practice 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.