2017年1月15日 星期日

Android High Performance Programming

[Garbage collection]

Garbage collection is an old concept that is based on two main concepts:

• Find objects that are not referenced any more
• Free the memory referenced by those objects


[JAVA's StrongReference、 SoftReference、 WeakReference and PhantomReference]

http://www.iteye.com/topic/401478