- Course
Consuming Web Services and Using Local Storage on iOS
This course demonstrates the fundamental techniques for downloading, reading, and writing data in iOS apps.
- Course
Consuming Web Services and Using Local Storage on iOS
This course demonstrates the fundamental techniques for downloading, reading, and writing data in iOS apps.
Get started today
Access this course and other top-rated tech content with one of our business plans.
Try this course for free
Access this course and other top-rated tech content with one of our individual plans.
This course is included in the libraries shown below:
- Core Tech
What you'll learn
This course demonstrates the fundamental techniques used for downloading, reading and writing data in iOS apps. You’ll learn how to download data from an XML web service, parse it and display it in your app. You’ll also see how to perform the same task with a service that serves JSON data. Techniques for storing data locally on an iOS device are covered. These include archiving custom objects as well as reading and writing objects to and from property lists. You will also learn how to use the NSUserDefaults class to read and write simple data such as user preferences. All apps use data of some kind and this course will teach you the fundamental skills you need to get started working with data on the iOS platform. Follow along as we build an iPhone app from scratch and add new functionality in each module.
Consuming Web Services and Using Local Storage on iOS
-
Version Check | 15s
-
Course Introduction | 2m 19s
-
Module Overview | 53s
-
Create a Model Class | 1m 20s
-
Demo: Review XML and Create Project | 3m 46s
-
Making a Service Request | 3m 11s
-
Demo: Create a Service Request for Courses | 2m 7s
-
Using NSXMLParser | 1m 55s
-
Adopting the NSXMLParserDelegate Protocol | 5m 39s
-
Demo: Parse XML and Display Data | 9m 33s
-
Summary | 44s