summaryrefslogtreecommitdiff
path: root/samples/XmlAdapters/src/com/example/android/xmladapters/ImageDownloader.java
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the XMLAdapters exampleGilles Debunne2012-04-181-1/+1
| | | | | | | | | 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
* Use Map.Entry, not LinkedHashMap.EntryAndy McFadden2012-01-201-1/+2
| | | | | | | Map.Entry is the defined return value from entrySet(). LinkedHashMap.Entry shouldn't be used directly. Change-Id: Ib23ceac365c85cdec6ab1688e8f8168ce882bc90
* XmlAdapters sample example no longer depends on hidden XmlDocumentProviderGilles Debunne2011-06-131-2/+6
| | | | | | | | Bug 4477831 New changes. Copied code from protected methods to make the example stand-alone. Change-Id: Ic6592811251090a634743d3d0383b4fd7b046c2f
* Improved ImageDownloader code.Gilles Debunne2010-07-081-11/+27
| | | | | | Integrate comments from the blog article. Change-Id: If51d27a4ef3eb0df0bc660ea37a85cc39fd18064
* New XmlAdapter sample example.Gilles Debunne2010-06-241-0/+346
This sample illustrate the use of the news Xml Adapters definition, as well as the use on the new XmlDocumentProvider class. Change-Id: Ie9738b5f0a0f00df2af643890a48573bace19311