Check this out: http://www.ibm.com/developerworks/opensource/library/x-android/
On Aug 31, 11:48 pm, "[email protected]" <[email protected]> wrote: > Hi all, I want to make an android app for my search engine, I would > like to do the following > There would be a text field at the top, and under that users would see > the results. > > What I want is away to send data to a xml that is hosted on my web > server > > This is what the xml url would look like when searching > > (not up)http://api.bonush.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> > > Then the results would show under the search text box. > > We also have a keyword xml I would like to show that when they launch > the application, so they can see what users are talking about. > > (not up)http://api.bonush.com/keywords.xml > > The XML is layed out like > <xml> > <keywords> > <item> > <title>Google</title> > <link>google</link> > <item> > <keywords> > </xml> > > If a user clicks on a keyword it puts it in the search box and shows > that search. > > If someone can help with the basics that would be great, this is my > first application. > Thanks --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Beginners" 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-beginners?hl=en -~----------~----~----~----~------~----~------~--~---

