-
Notifications
You must be signed in to change notification settings - Fork 5
catmeoww edited this page Sep 24, 2010
·
9 revisions
HttpClient
- The stuff that does basic auth for you
- and make http request for you
- Submitting HTTP Requests (iPhone)
XML parser: (we could use 3rd party framework to do that)
-
http://www.iphonesdkarticles.com/2008/11/parsing-xml-files.html
-
http://www.71squared.com/2009/05/processing-xml-on-the-iphone/
-
http://iphonedevelopmentbits.com/xml-parsing-frameworks-for-iphone-development
-
=> TouchXML is a good fit
-
Installation guide for TouchXML http://foobarpig.com/iphone/touchxml-installation-guide.html
-
Source of TouchXML http://github.com/schwa/touchcode
-
It use DOM, so it's not ideal for huge XML (The one I use in HQdroid is SAX based.)
Version control
- Xcode does have version control. However, it seems that they use svn (http://developer.apple.com/tools/subversionxcode.html) Since I don't have a svn server that is available to everyone, I'll use gitHub at this moment.