Clueless About a (Possible) Android Memory Leak
I’ve been facing some annoying OutOfMemoryErrors , even after making sure that all my Bitmaps are properly scaled etc. In fact, the issue doesn’t seem to be related to Bitmaps at all, but I may be wrong. For testing and error-isolation purposes, I’ve been switching between two activities (let’s call them Main and List) using my Navigation Drawer (not using the back button). I can see in the DDMS that the allocated memory increases around 180 KB every time I return. I’ve done memory dumps and used eclipse MAT to analyze 3 different points in time: I suspect a memory leak but I can’t really find