Browsing all articles tagged with xml
0
Got my App on my iPhone!
Monday, September 29th, 2008
Exciting days! This weekend I finally got my app running on my iPhone. It took a while to get accepted to the developer program (due to a lost email) and then I had problems getting my app working on my iPhone that were solved by upgrading to the latest SDK.
But now I have my app [...]
TouchXML for the Win!
Thursday, September 25th, 2008
Last night I implemented saving and loading of the friends list. So now my app is actually useful! I used XML as the file format, because it’s so easy to use and read. Writing the file was easy enough, I just built up an NSString and wrote it out. Reading the file, though, was a [...]