-
Course
- Core Tech
Consuming Web Services and Using Local Storage on iOS
This course demonstrates the fundamental techniques for downloading, reading, and writing data in iOS apps.
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.
Table of contents
- 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
About the author
Brice has been a professional developer for over 20 years and loves to experiment with new tools and technologies. Web development and native iOS apps currently occupy most of his time.
More Courses by Brice