Skip to content

Chapter 8 Networking, JSON, XML and Twitter

mattsgarrison edited this page Jul 16, 2012 · 2 revisions

I included the source code for a simple Sinatra based demo server to use with the first few subchapters here. It's hosted on Heroku and referenced in the code, but should there be a problem, it should be trivial to setup up for yourself.

8.01 - Downloading Asynchronously with NSURLConnection

Complete

8.02 - Handling Timeouts in Asynchronous Connections

Complete

8.03 - Downloading Synchronously with NSURLConnection

Complete

8.04 - Modifying a URL Request with NSMutableURLRequest

Complete

8.05 - Sending HTTP GET Requests with NSURLConnection

Complete

8.06 - Sending HTTP POST Requests with NSURLConnection

Complete

8.07 - Sending HTTP DELETE Requests with NSURLConnection

Complete

8.08 - Sending HTTP PUT Requests with NSURLConnection

Complete

8.09 - Serializing Arrays and Dictionaries into JSON

Complete

8.10 - Deserializing JSON into Arrays and Dictionaries

Complete

8.11 - Integrating Twitter Functionality Into Your Apps

Complete

8.12 - Parsing XML with NSXMLParser

Complete