Android Memory Management #3: Memory Leaks
The ART virtual machine in Android is a managed memory environment. The garbage collector takes care of memory allocation and frees it back to the heap when that piece of memory is no longer being used. Memory leaks occur when objects are no longer b...
minhhnn.hashnode.dev7 min read