I am looking to develop a very simple iPhone app that will allow the user to enter data into two fields and then submit this data in an HTTP GET. I then need to parse the resulting XHTML to get at the data I need.
What is the best way to go about this i.e. which of the iPhone SDK frameworks should I be concentrating on? Are there any How-Tos or sample code I could be looking at?