App Development

Tables, Data and Networking in iOS (APL-SWIFT-120)


Description
In this course you will learn how to work with data in iOS.  Data is the key ingredient for any functional app and one must learn how to properly display it to the user.  You will learn how to use tables and collection views to display data to users, and how to use Core Data to build more robust, data-driven applications.

Every app must have data.  Making web requests is by far the most common thing you will do as an iOS developer.  You will learn how to get your apps working with servers and external data. Throughout the course, you will create a ToDo app, including learning how to decode data from a web server as well as how to make POST requests.
Content
  • Course Navigation Tips
  • Introduction
  • Course Learning Objectives
  • Module 1: Coder Swag App: Working With Tables
  • Module 1 Learning Objectives
  • Coder Swag Project Creation
  • Activity: Download Coder Swag Project Assets
  • Creating Table View Cells
  • Table Data Source
  • Table Delegates and Protocols
  • Collection View Cells
  • Creating Data Models
  • Showing Data in Cells
  • Quiz: Tables & Data
  • Project Source Code
  • Tables and Data Project
  • Quiz: Module 1 Review
  • Module 2: Goal Post App: Working With Core Data
  • Module 2 Learning Objectves
  • Introduction to the GoalPost App
  • Activity: Download Project Assets
  • Creating Xcode Project
  • Building Goals View Controller
  • Building the Goal Cell
  • Understanding Core Data
  • Creating Entities and Attributes
  • Understanding Core Data Relationships
  • Displaying Static Goal Cells
  • Building the Create Goal View Controller
  • UIViewController Extension
  • UIButton Extension
  • Passing Data from Create Goal View Controller
  • Saving Goal Data
  • Creating Dismissal of Finish Goal View Controller
  • Fetching With Core Data
  • Fetching Data from Persistent Store
  • Deleting Data from Persistent Store
  • Setting Goal Progress
  • Quiz: Core Data Quick Review
  • Core Data Project Challenge
  • Activity: Final Source Code
  • Quiz: Module 2 Review
  • Module 3: ToDo App - Network Requests & APIs
  • Module 3 Learning Objectives
  • Internet Primer
  • Intro to App
  • Activity: Download ToDo App Server Code
  • Creating the ToDo UI
  • Creating a Table View Cell
  • Installing Node and Running a Server
  • Quiz: Network Review
  • Creating Data Models
  • Creating a Networking Service
  • Understanding REST & CRUD
  • Working with GET Requests
  • Quiz: Swift Refresher
  • Module 4: Decoding, Async, & POST Requests
  • Module 4 Learning Objectives
  • Decoding and async
  • Displaying ToDos in a Table
  • Error Handling
  • Making a POST Request
  • Finishing the ToDo App
  • Activity: Final Source Code
  • Quiz: Networking Review
Completion rules
  • All units must be completed
  • Leads to a certificate with a duration: 1 year