I read a lot about memory leaks in the last few days, and came across some interesting stuff. I saw this answer to a basic Android bitmap-related memory leak question (the answer is from 2011) and I was wondering if this is still the case. If I'm using views that contain bitmaps in my activity (ImageViews, TextViews...), do I really need to unbind their drawables when destroying the activity? Is this only in some cases or always?
0 comments:
Post a Comment