Completed
1. How memory use impacts a device
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Understanding Android Memory Usage
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Memory and the Android ecosystem
- 3 Physical memory on device
- 4 2 GB device under memory pressure
- 5 Android process list and the low memory killer
- 6 512 MB device under memory pressure
- 7 Application memory impact with shared pages
- 8 User value / memory impact tradeoff
- 9 Memory impact depends on a bunch of things
- 10 Gmail memory for various platform configs
- 11 Chrome PSS under increasing memory pressure
- 12 Android Studio's memory profiler
- 13 But what about the rest of the memory?
- 14 Non-Java allocations are often tied to Java allocations
- 15 Things that take space in your APK tend to take memory at runtime too
- 16 1. How memory use impacts a device