I am wondering if it is possible to really explore the iPhone SDK and complete the application by the end of this summer. The application should not be too complicated, it will simply interact with my site API and, in fact, simply extract, create and edit resources. I already have a little experience with the SDK (and I'm comfortable with Objective-C), so I'm not completely new to this. Although here I do not know how to do this and what I need to know:
- Log in to my site using basic HTTP authentication and save your username / password for all future requests.
- Embed a toolbar at the bottom to move between different views
- Get and parse xml in list items
- POST / PUT requests to create / edit a resource on my server
Are there any good resources to learn how to complete these tasks above? Thank!
source
share