Chapter     6

Screen Layout Design: Views and Layouts

One of the most important parts of any application’s design and development is the graphical user interface (GUI) and screen layout design. Many of the most widely circulated Android applications are popular because of their visual design, animated graphics, and easy- or fun-to-use interfaces. We will explore the Java classes that provide the core foundation for all of these front-end capabilities in this chapter.

Android View Hierarchies

In Google Android, to interface with the smartphone, tablet, or iTV screen, you use two core Java classes. These are two of the most important and often used classes in Android development:

  • The View class (Hierarchy: java.lang.Object android.view.View) ...

Get Android Apps for Absolute Beginners, Second Edition 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.