History log of /development/samples/XmlAdapters/src/com/example/android/xmladapters/ImageDownloader.java
Revision Date Author Comments
968c2e4918246ef2c9530fd024f3e40932283cac 19-Apr-2012 Gilles Debunne <debunne@google.com> Fixed the XMLAdapters example

Provider package name was incorrect, resulting in a crash at startup

Also added static to the cache
http://stackoverflow.com/questions/10135261/possible-bug-in-android-imagedownloader-class-shardbitmapcache-not-static-when

Change-Id: I833589645f053be52fbc11aec89dd02b6f2f2787
0da366d78adcffaac835b65b383fc91d01db6160 20-Jan-2012 Andy McFadden <fadden@android.com> Use Map.Entry, not LinkedHashMap.Entry

Map.Entry is the defined return value from entrySet().
LinkedHashMap.Entry shouldn't be used directly.

Change-Id: Ib23ceac365c85cdec6ab1688e8f8168ce882bc90
e27049a31a7014edbb4b044f14607a3bbcdf7b61 01-Jun-2011 Gilles Debunne <debunne@google.com> XmlAdapters sample example no longer depends on hidden XmlDocumentProvider

Bug 4477831

New changes. Copied code from protected methods to make the example stand-alone.

Change-Id: Ic6592811251090a634743d3d0383b4fd7b046c2f
fa640af48228e80ece595351999ef6c1a2767d53 09-Jul-2010 Gilles Debunne <debunne@google.com> Improved ImageDownloader code.

Integrate comments from the blog article.

Change-Id: If51d27a4ef3eb0df0bc660ea37a85cc39fd18064
55f4a60aa0dc1c2fc5ef58df185c9426c262e0ba 18-Jun-2010 Gilles Debunne <debunne@google.com> New XmlAdapter sample example.

This sample illustrate the use of the news Xml Adapters definition, as well
as the use on the new XmlDocumentProvider class.

Change-Id: Ie9738b5f0a0f00df2af643890a48573bace19311