Posts tagged as: XML

Adding Local Weather Conditions To Your App (Part 2/2: Accessing Google’s XML Weather API)

Screen shot 2010-09-29 at 12.41.17 PM


In this Part 2 of ‘Adding Local Weather Conditions To Your App’, I’ll show you how to quickly add current temp, conditions, and today’s high / low temperature to your app.
If you’re lucky enough to already have the user’s zipcode or city and state, this should go very quickly for you. Otherwise, check out Part 1 (Integrating CoreLocation).
Let’s get started.
There are a handful of solid XML Weather APIs out there. The best one I’ve seen so …

September 29th, 2010 Posted by: - posted under:Tutorials - View Comments READ MORE

Using NSXMLParser to Pull UIImages From the Web

Introduction
Hello everyone, welcome to my third screeencast. This screencast is the result of a request made in the comments of my first post. I am going to be covering many topics in this post. But the general idea of the app we will build is that it will use an XML file online to get the URL and title of a given picture. For each URL and Title pair a view …

June 19th, 2009 Posted by: - posted under:Tutorials - View Comments READ MORE