Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.09 KB

05_View-Hierarchy.md

File metadata and controls

30 lines (18 loc) · 1.09 KB

The Android View Hierarchy

Objective

Students will become comfortable with:

  • what Android views are
  • how Android draws views to the device screen
  • how to identify and remedy potential performance issues

Lesson

Slides here

Exercise

Analyze your calculator and horoscope apps using Hierarchy Viewer.

  • Which views are the most expensive to measure, draw, layout?
  • How deep is your view tree?
  • What optimizations could be made to improve?

Assessment

Exit Ticket

Resources