summaryrefslogtreecommitdiff
path: root/samples/XmlAdapters/src
Commit message (Collapse)AuthorAgeFilesLines
* Fixed the XMLAdapters exampleGilles Debunne2012-04-182-2/+2
| | | | | | | | | 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-134-9/+491
| | | | | | | | Bug 4477831 New changes. Copied code from protected methods to make the example stand-alone. Change-Id: Ic6592811251090a634743d3d0383b4fd7b046c2f
* Made XmlAdapter sample a standalone application.Gilles Debunne2011-01-076-4/+1241
| | | | Change-Id: If34f2086da65f81968f630a42e4b9e725cb65efe
* 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-246-2/+521
| | | | | | | This sample illustrate the use of the news Xml Adapters definition, as well as the use on the new XmlDocumentProvider class. Change-Id: Ie9738b5f0a0f00df2af643890a48573bace19311
* Add sample for XML-defined Adapters.Romain Guy2010-03-312-0/+131
Change-Id: I31f4f93eeea0f0cac4485ce76d9188608567f071