Slide 26
Slide 26 text
Optimize App Memory
1. Schedule tasks which require similar resources(CPU, IO, Memory)
appropriately.
2. Release cache-like memory in onTrimMemory().
3. Find & fix memory leaks.
4. Optimize your bitmaps.
5. Check if malloc can be replaced with mmap when accessing
read-only & large files