August 2011
Beginner
287 pages
6h 44m
English
Chapter 3
Android User Interface
WHAT YOU WILL LEARN IN THIS CHAPTER
In Chapter 2, you learned about the Activity and Fragment classes and their life cycles. You learned that an activity (as well as a fragment) is a means by which users interact with the application. However, an activity or fragment by itself does not have a presence on the screen. Instead, it has to draw the screen using Views and ViewGroups. In this chapter, you learn the details about creating user interfaces in Android, and how users interact with them.
Read now
Unlock full access