Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Micro-Optimizations for Android Development - Android Developers Backstage
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Micro optimizations
- 3 Kotlin explorer
- 4 Avoiding object allocations
- 5 Code Inefficiencies
- 6 Compilers
- 7 Understand assembly with AI
- 8 Layout opt
- 9 Programmers writing tools
- 10 char.isBlank
- 11 Lint checks
- 12 Companion objects
- 13 Java assertion mechanism
- 14 Hash maps
- 15 When to micro optimize and when not to
- 16 Benchmarking
- 17 New optimizations
- 18 Wrap up