I am trying to figure out how to make apps, i got all the basics and even more but what i want to no is how to create an app that you have a search bar and when you search it sends a requests a xml file from a server, the server send back the xml file and i display it. i look all over on how to do this but i couldn't find any tutorials. can anyone help?
More Detail:
I want to create a very basic app which accesses an XML file at a web address and displays the various items within the file as text within the app. I've come across several tutorials which all seem to do it in a different way, or aren't explaining exactly the thing it is I want to do. I don't want to search the XML file, I don't want to update it, I just want to retrieve it's contents. Within the XML file are "items" and within those are categories like "title" and "description". I want the app to list all of the items and within each one display it's title and description.