History log of /development/samples/training/bitmapfun/src/com/example/android/bitmapfun/util/RecyclingBitmapDrawable.java
Revision Date Author Comments
4d6574e878e2af2f19b46b28b28748ba2786e05a 04-Feb-2013 Chris Banes <chrisbanes@google.com> Update bitmapfun sample to call recycle()

A new sub-class of BitmapDrawable has been created which tracks
when it is being used or cached when running on Gingerbread or
older. A new ImageView subclass has been added to accomplish this,
as well as changes to the LruCache.

Change-Id: I95d3334684703aebb6b09fcd56194cf73e3c2dcf
Signed-off-by: Chris Banes <chrisbanes@google.com>