Tags
Language
Tags
December 2024
Su Mo Tu We Th Fr Sa
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 31 1 2 3 4

CoreData for iOS Development in Swift

Posted By: ParRus
CoreData for iOS Development in Swift

CoreData for iOS Development in Swift
WEBRip | English | MP4 + Project Files | 1920 x 1080 | AVC ~413 kbps | 30 fps
AAC | 192 Kbps | 48.0 KHz | 2 channels | Subs: English (.srt) | ~8 hours | 2.21 GB
Genre: Video Tutorial

Unleash the power of Core Data on your iOS application using Swift
What you'll learn:

Understand the new features of Core Data in iOS 10 and Xcode 8
Know how to navigate in Xcode 8 to work in Core Data related projects
Understand how Core Data data model and persistence work
Utilize fetching strategy on the application
Know how to migrate from current data model to the new data model to adapt the business growth opportunity
Analyze Core Data performance
Apply best practices in implementing Core Data in iOS application
CoreData for iOS Development in Swift

This course was created for Core Data targeted iOS 10 and 11. Unlike when iOS 10 was introduced, this time around there has been no significant changes moving from iOS 10 to 11. Having said that the Core Data skill that you learnt under iOS 10 will still be applicable for project targeting iOS 11.

However if your project is dealing with older version of Core Data in iOS 9 or prior, and you intend to learn the previous version, my other course Mastering iOS Core Data with Swift is the course you want.

What is Core Data? Why should I know about Core Data?

Core Data is one of the most powerful framework that Apple has provided for developer. "Core Data is a framework that you use to manage the model layer objects in your application. It provides generalized and automated solutions to common tasks associated with object life cycle and object graph management, including persistence." - Source from Apple".

If you are passionate about learning mobile development for iOS and looking to take your iOS development skills to the next level, Core Data framework should be at the top of your list.

By the time you are done with CoreData for iOS Development in Swift course, you will be ready and very confident to take on any Core Data project coming your way. On top of that, you will be one step closer to become a well rounded iOS developer.

What's in it for me?

In this course I will take you on a journey in the world of Core Data. We will cover all the important aspects of Core Data:

Entity
Entity Inheritance
Attribute Type
Relationships
ManagedObjectContext
ManagedObject
PersistentContainer
Handling JSON data
Predicate
CompoundPredicate
Fetching
Batch Fetching and Update
Object Deletion
Asynchronous Fetching
NSFetchedResultsController
Aggregate Functions
Grouping
Caching
Performance Tuning and Best Practices
Data Model Versioning
Automatic Lightweight Migration
Manual Migration with Model Mapping
Background process
Automatic Subclass and Class Extension Generation


Throughout this course we will look in detail the Core Data framework to provide data storage functionality in iOS applications. We will start by creating a simple app that is utilizing Core Data framework, building our own Core Data stack and eventually using all different Core Data features into our application.

Performance Tuning and Best Practices

We will cover the various ways on fetching our data and how to efficiently using Core Data in our app. Unit testing and performance tuning will be an important part on how we can monitor our app performance in conjunction with Core Data in our application.

Along with Core Data versioning, migration and iCloud integration, I will take you on developing 5 iOS applications and how we can integrate all of these components into Core Data.

Do at your own pace

Lots of students have different methods of learning. Through out this course I will provide both the starter and final Xcode project solution, so you can either follow along one step at a time or you can jump directly to the final solution. And by the end of this Core Data in Swift 3 and iOS 10 course, you should be comfortable and ready to integrate Core Data framework in your application.

Target Audience: All iOS developer that would like to take their skills to the next level.

What are the requirements?

A Mac laptop or iMac
Xcode
Some knowledge of Swift development
Who is the target audience?
This course is meant for iOS developer who knows the basic of Swift development and would like to learn Core Data framework.
All iOS developer should know about CoreData. It is one of the most powerful framework provided by Apple.


WELCOME TO THE COURSE
05:38
Course Outline and Goals
Предварительный просмотр
02:33
Frequently Asked Question
03:05

A TASTE OF CORE DATA
33:45
Grocery List
14:34
Xcode Change in Behavior
00:51
Core Data with Key Value Coding
12:16
Core Data with Key Value Coding (Xcode Project - Solution)
00:01
Creating ManagedObject Subclass
06:01
Creating ManagedObject Subclass (Xcode Project - Solution)
00:02

LET'S GET WET
03:43:37
Core Data Stack Explained
02:30
Core Data Stack Implementation
06:49
Core Data Stack Implementation (Xcode Project - Solution)
00:01
Setting up Core Data in Existing Project
03:24
Entities, Attributes, Relationship and Object Inheritance
15:05
Entities, Attributes, Relationship and Object Inheritance (Xcode Project)
00:01
Handling JSON Data
32:58
Handling JSON Data (Xcode Project solution)
00:02
Where is My Data?
06:31
Multiple Records Removal
08:07
Multiple Records Removal (Xcode Project Solution)
00:02
Records Searching
33:44
Records Searching (Xcode Project Solution)
00:01
Fetch One-To-Many Records
26:32
Fetch One-To-Many Records (Xcode Project Solution)
00:02
Sort and CompoundPredicate 1
23:47
Sort and CompoundPredicate 2
11:14
Sort and CompoundPredicate (Xcode Project Solution)
00:01
Agregate Function 1
22:30
Aggregate Function 2
21:49
Aggregate Function (Xcode Project Solution)
00:01
Asynchronous Request
08:23
Asynchronous Request (Xcode Project Solution)
00:01

AUTOMATIC SUBCLASS GENERATION
21:28
Automatic ManagedObject Subclass Generation
04:55
Automatic ManagedObject Subclass Generation (Xcode Project Solution)
00:01
Automatic Class Extension Generation
16:30
Automatic Class Extension Generation (Xcode Project Solution)
00:01

EXPLORING NSFetchedResultsController
58:44
Tableview with NSFetchedResultsController
21:32
Tableview with NSFetchedResultsController (Xcode Project Solution)
00:01
Delete a Record
19:05
Delete a Record (Xcode Project Solution)
00:01
Batch Update
11:41
Batch Update (Xcode Project Solution)
00:01
Results Grouping and Caching
06:20
Results Grouping and Caching (Xcode Project Solution)
00:01

PERFORMANCE TUNING
48:37
Dealing with Large Images
15:03
Dealing with Large Images (Xcode Project Solution)
00:01
Incremental Fetching
05:25
Incremental Fetching (Xcode Project Solution)
00:01
Measuring Performance
28:05
Measuring Performance (Xcode Project Solution)
00:01

AUTOMATIC LIGHTWEIGHT AND MAPPING MODEL MIGRATION
57:17
Automatic Lightweight Migration
10:44
Automatic Lightweight Migration (Xcode Project Solution)
00:01
Data Migration with Mapping Model 1
18:41
Data Migration with Mapping Model 2
27:49
Data Migration with Mapping Model (Xcode Project Solution)
00:02

MANAGING CONTEXT THREAD
40:56
New CoreData Background Process
33:27
New CoreData Background Process (Xcode Project Solution)
00:02
Managing Thread
07:25
Managing Thread (Xcode Project Solution)
00:02

WHAT'S NEXT?
05:24
Enroll to Apple Developer Program
04:03
Next Step
01:21

CRUD Sample
00:01
Grocery List - CRUD
00:01

also You can watch my other last: Programming-posts

Screenshots

CoreData for iOS Development in Swift

CoreData for iOS Development in Swift

CoreData for iOS Development in Swift

CoreData for iOS Development in Swift

CoreData for iOS Development in Swift

Exclusive eLearning Videos ParRus-blogadd to bookmarks

CoreData for iOS Development in Swift