SICT

DPS923 & MAP523

Mobile App Development for iOS

Notes Topics Weekly Resources Graded work Professor Code examples

DPS923 MAP523 Week 9 Notes

The theme for this week is to learn about Core Data, an object design, management, and persistence framework.


Monday plan

The professor will guide you through the topic hightlights in the textbook.

Chapter 23: Use Location Data
Chapter 27: Saving Locations

Note - Test 3 is next week, on November 12


Core Data introduction

The plist file type is good for simple data. However, it is not suitable for a typical app’s data. iOS apps use Core Data.

As noted above, Core Data is an object design, management, and persistence framework:


Wednesday plan

Work period for the current assignment.


This week’s Swift focus

TBA


Learning resources

iOS Apprentice
Chapters 23, 27

Swift documentation
Tour
Guide