Completed
Layout Optimizations
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
What's New in Android Runtime - Optimizations and Improvements
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 What is Art
- 3 How Art has changed
- 4 Optimizations
- 5 Null Check
- 6 Optimization
- 7 Memory and Storage
- 8 Application Review
- 9 Dex File Contents
- 10 Compact Dex
- 11 Dex Processing
- 12 Efficiency Results
- 13 Layout Optimizations
- 14 How does it work
- 15 Profiles
- 16 Core Profiles
- 17 Metadata Files
- 18 Device Profile
- 19 Core Profile
- 20 Core Profile Graph
- 21 Core Profile Union
- 22 Are we shipping unnecessary code
- 23 What is profile code
- 24 What is hot code
- 25 Hot code breakdown
- 26 Summary