One of my apps is described here http://ambrosoft.com/gregor_android_demo.htm
It lets you browse Amazon's music collection utilizing their XML speaking web services. As it is it is not very practical yet; it is merely a technology demo showcasing some very highly optimized XML processing code. After you search for a musician/group, say "radiohead," the Android app gets the whole information bundle from Amazon on a bunch of Radiohead recordings, including prices, reviews, publication dates, etc. etc. By default the list is first presented as a table, sorted by CD title. From Menu you can pick different sorts, eg. by price and enjoy fast transformation on the client itself w/o going to server for anything anymore. Similarly, you can drill down on a particular title to read reviews, see the song title list, and get a link to the actual Amazon page for that publication. As before, no new sever interactions are needed, all the info is already cached on Android -- just not everything is shown all at once. It is only when you search for a new artist, a new info bundle is requested and cached. While the demo is limited to just music, it doesn't have to be :-) It is a simple matter to open it up to browse the entire Amazon catalogue. Why Amazon? 'Cause the serve very nice XML in response to queries and we like working with XML :-) --Jacek On May 6, 2:12 pm, "Vasanth Sridharan" <[EMAIL PROTECTED]> wrote: > Hello, > My name is Vas and I am a reporter for Silicon Alley Insider > (www.alleyinsider.com), a tech news site based out of NYC. I am trying to put > together a story about interesting apps being developed for Android, and I > was hoping that if you're a developer, you would be willing to pitch me your > app, so I could write about it. I'm working on the story for the next week, > so any pitches would be greatly appreciated. > > Thanks, > Vas > > -- > Vasanth Sridharan > Reporter > Silicon Alley Insider > C: (408) 455-2254http://www.alleyinsider.comhttp://www.vasanthsridharan.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] Announcing the new M5 SDK! http://android-developers.blogspot.com/2008/02/android-sdk-m5-rc14-now-available.html For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

