It would seem simple using something like http://www.anddev.org/parsing_xml_from_the_net_-_using_the_saxparser-t353.html But from what I have read that code is no longer support or parts have been changed? I would also need to some how change the URL to the RSS on each search.
On Sep 1, 9:11 pm, "[email protected]" <[email protected]> wrote: > Hi All, > I have been trying to work out the following. I have the search box > but I need to link the search box to the following > > When a user types a word like Apple and clicks done. it search's the > below xml feed, and shows it below, the text field. I also need to > link the links so they open in the browser. > > (not up)http://api.example.com/search.xml?q={search term} > <xml> > <search> > <item> > <title>Google AdSense</title> > <description>This is the description from our DB</description> > <link>http://www.google.com/adsense</link> > <item> > <search> > </xml> > > All help welcomed and will be returned. > Thanks --~--~---------~--~----~------------~-------~--~----~ 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] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

