Tags
Language
Tags
April 2024
Su Mo Tu We Th Fr Sa
31 1 2 3 4 5 6
7 8 9 10 11 12 13
14 15 16 17 18 19 20
21 22 23 24 25 26 27
28 29 30 1 2 3 4

Saving Data in iOS Apps – Core Data and Realm

Posted By: naag
Saving Data in iOS Apps – Core Data and Realm

Saving Data in iOS Apps – Core Data and Realm
MP4 | Video: AVC 1280x720 | Audio: AAC 44KHz 2ch | Duration: 2 Hours | 545 MB
Genre: eLearning | Language: English

Apps that don't save any data are no fun. A grocery list app that doesn't save the user's list is useless. A game that doesn't save a user's high score has no challenge. In this course, you will learn how to save data in iOS in two important ways, with CoreData and with Realm.

Core Data is a data-saving framework built by Apple. If you want a job as an iOS developer it is essential that you have this skill on your tool-belt. Core Data allows you to save whole objects into a datastore of your choice (though more often than not you will use a database). Then you can retrieve these data objects when you want. To learn this skill you will create a to-do list app.

The next way to save data is using a tool called Realm. Realm is an open source, a third-party database that is much simpler to set up than CoreData. We will cover the pros and cons of using Realm and how it can make your applications better.

Saving Data in iOS Apps – Core Data and Realm