Possibility Of Unhandled Memory Leak
First of all, I come from iOS environment, so this is why this question might be obvious. I know Android has Garbage Collector, but objects still reference (retain) other objects,
Solution 1:
Java Garbage Collector is smart enough to recognize cycle references. You should do nothing.
Post a Comment for "Possibility Of Unhandled Memory Leak"