Foro Wanako1
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

Foro Wanako1

Programas Gratuitos, Desatendidos y Mucho más!!!
 
PortalPortal  ÍndiceÍndice  BuscarBuscar  Últimas imágenesÚltimas imágenes  ConectarseConectarse  RegistrarseRegistrarse  
Buscar
 
 

Resultados por:
 
Rechercher Búsqueda avanzada
Los posteadores más activos del mes
tano1221
NEW SwiftUI Series - Core Data in  SwiftUI Vote_lcapNEW SwiftUI Series - Core Data in  SwiftUI Voting_barNEW SwiftUI Series - Core Data in  SwiftUI Vote_rcap 
ПΣӨƧӨFƬ
NEW SwiftUI Series - Core Data in  SwiftUI Vote_lcapNEW SwiftUI Series - Core Data in  SwiftUI Voting_barNEW SwiftUI Series - Core Data in  SwiftUI Vote_rcap 
ℛeℙ@¢ᴋ€r
NEW SwiftUI Series - Core Data in  SwiftUI Vote_lcapNEW SwiftUI Series - Core Data in  SwiftUI Voting_barNEW SwiftUI Series - Core Data in  SwiftUI Vote_rcap 
大†Shinegumi†大
NEW SwiftUI Series - Core Data in  SwiftUI Vote_lcapNEW SwiftUI Series - Core Data in  SwiftUI Voting_barNEW SwiftUI Series - Core Data in  SwiftUI Vote_rcap 
missyou123
NEW SwiftUI Series - Core Data in  SwiftUI Vote_lcapNEW SwiftUI Series - Core Data in  SwiftUI Voting_barNEW SwiftUI Series - Core Data in  SwiftUI Vote_rcap 
Engh3
NEW SwiftUI Series - Core Data in  SwiftUI Vote_lcapNEW SwiftUI Series - Core Data in  SwiftUI Voting_barNEW SwiftUI Series - Core Data in  SwiftUI Vote_rcap 
ronaldinho424
NEW SwiftUI Series - Core Data in  SwiftUI Vote_lcapNEW SwiftUI Series - Core Data in  SwiftUI Voting_barNEW SwiftUI Series - Core Data in  SwiftUI Vote_rcap 
Julio 2024
LunMarMiérJueVieSábDom
1234567
891011121314
15161718192021
22232425262728
293031    
CalendarioCalendario
Últimos temas
» Cockos REAPER 7.18 (x86/x64)
NEW SwiftUI Series - Core Data in  SwiftUI EmptyHoy a las 5:22 pm por ПΣӨƧӨFƬ

» OpenCloner Ripper 2024 7.20.131 (x64) Multilingual
NEW SwiftUI Series - Core Data in  SwiftUI EmptyHoy a las 1:30 pm por ronaldinho424

» illustrate TuneFUSION R2024-06-28 Retail
NEW SwiftUI Series - Core Data in  SwiftUI EmptyHoy a las 1:26 pm por ronaldinho424

» R-Studio 9.4 Build 191332 Technician |Network Multilingual
NEW SwiftUI Series - Core Data in  SwiftUI EmptyHoy a las 1:22 pm por ronaldinho424

» AOMEI Partition Assistant 10.4.1 Multilingual+ WinPE
NEW SwiftUI Series - Core Data in  SwiftUI EmptyHoy a las 1:18 pm por ronaldinho424

» Irix HDR Pro / Classic Pro 2.3.28
NEW SwiftUI Series - Core Data in  SwiftUI EmptyHoy a las 4:27 am por missyou123

» Ashampoo AntiSpy Pro 1.6.0 Multilingual
NEW SwiftUI Series - Core Data in  SwiftUI EmptyAyer a las 7:58 pm por 大†Shinegumi†大

» AnyMP4 Video Converter Ultimate 8.5.58 (x64) Multilingual
NEW SwiftUI Series - Core Data in  SwiftUI EmptyAyer a las 7:51 pm por 大†Shinegumi†大

» ARES Commander 2025.1 Build 25.1.1.2142 (x64)
NEW SwiftUI Series - Core Data in  SwiftUI EmptyAyer a las 7:43 pm por 大†Shinegumi†大

Sondeo
Visita de Paises
free counters
Free counters

Comparte | 
 

 NEW SwiftUI Series - Core Data in SwiftUI

Ver el tema anterior Ver el tema siguiente Ir abajo 
AutorMensaje
missyou123
Miembro Mayor
Miembro Mayor


Mensajes : 70295
Fecha de inscripción : 20/08/2016

NEW SwiftUI Series - Core Data in  SwiftUI Empty
MensajeTema: NEW SwiftUI Series - Core Data in SwiftUI   NEW SwiftUI Series - Core Data in  SwiftUI EmptyLun Mayo 10, 2021 9:22 am

NEW SwiftUI Series - Core Data in  SwiftUI 4bead3bf522e1fecfa1d25eaeda6ab25
MP4 | Video: h264, 1280x720 | Audio: AAC, 44.1 KHz, 2 Ch
Genre: eLearning | Language: English + srt | Duration: 43 lectures (7h 22m) | Size: 3.76 GB
Master the Core Data with SwiftUI, and take your iOS development skills to the next level

What you'll learn:
Developing SwiftUI applications with Core Data backend for data persistence.

Requirements
Basic understanding on how to develop SwiftUI application would be helpful, not required.

Description
SwiftUI Series - Core Data in SwiftUI

This course was created and updated for Core Data with SwiftUI. If your project is dealing with Core Data in Swift with ViewController approach, or you intend to learn the previous version, my other course CoreData for Swift Development is the course you want.

I am new to SwiftUI, is this the right course for me?

Although prior SwiftUI experience is not required, it is recommended. If you are new to SwiftUI, it would be helpful to learn some fundamental in SwiftUI development. Udemy has lots of SwiftUI course. You may also check my SwiftUI course SwiftUI Series - SwiftUI Fundamentals to get yourself up-to-speed with SwiftUI development.

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 with SwiftUI and looking to take your iOS development skills to the next level, Core Data framework should be at the top of your list.

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

JSON parsing with Codable to NSManagedObject

Predicate

CompoundPredicate

Fetching

Batch Fetching and Update

Object Deletion

Asynchronous Fetching

NSFetchedResultsController

Aggregate Functions

Grouping

Caching

Data Model Versioning

Automatic Lightweight Migration

Manual Migration with Model Mapping

Background process

Automatic Subclass and Class Extension Generation

CloudKit Integration

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 Persistence Container and eventually using all different Core Data features into 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.

Some notable updates from the previous version of Core Data course:

JSON Parsing with Codable .. bye bye Dictionary Mapping!!

We will look into several different techniques to parse JSON response (from sample and live API call) and transform them using Codable protocol directly into Core Data NSManagedObject. No more using dictionary mapping to build our Core Data object. We will cover this for simple Core Data Entities all the way to Entities with inheritance.

CloudKit

In one of the projects, we will demonstrate how to integrate the CloudKit into our app and to sync our data across multiple devices. Apple has done a wonderful job to make this process simple. We will also discuss some caveats so you will have an informed decision when integrating CloudKit to your project.

Predicate using KeyPath

In building our predicates, we will be using KeyPath approach to avoid any potential typo when creating the predicate arguments. It will map directly to object property using the dot notation.

All SwiftUI

All views, models and services class are built for SwiftUI. Along the way, you will also learn the SwiftUI development techniques in building Core Data applications.

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. By the time you are done with SwiftUI Series - Core Data in SwiftUI 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.

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 SwiftUI development would be helpful

Who this course is for
Students who want to learn data persistence using SwiftUI and Core Data

NEW SwiftUI Series - Core Data in  SwiftUI 20032768dff3212f0849593f966c39f5

DOWNLOAD:
Citación :

https://rapidgator.net/file/f35159c42aa06596490b3f456532d548/o6zgt.NEW.SwiftUI.Series..Core.Data.in.SwiftUI.part1.rar.html
https://rapidgator.net/file/3fb61b7a3ab04ba3afdc86c762e4626f/o6zgt.NEW.SwiftUI.Series..Core.Data.in.SwiftUI.part2.rar.html
https://rapidgator.net/file/5f2fa58d2ca20cf6871e12a62eea80f1/o6zgt.NEW.SwiftUI.Series..Core.Data.in.SwiftUI.part3.rar.html
https://rapidgator.net/file/6c41bc618574f5f615f75c8a9aa2e3b8/o6zgt.NEW.SwiftUI.Series..Core.Data.in.SwiftUI.part4.rar.html


https://uploadgig.com/file/download/7B889cf64E70eE34/o6zgt.NEW.SwiftUI.Series..Core.Data.in.SwiftUI.part1.rar
https://uploadgig.com/file/download/8b5c706b14bed8d0/o6zgt.NEW.SwiftUI.Series..Core.Data.in.SwiftUI.part2.rar
https://uploadgig.com/file/download/09341051ffEc8f9E/o6zgt.NEW.SwiftUI.Series..Core.Data.in.SwiftUI.part3.rar
https://uploadgig.com/file/download/30F8ee84f258F6ce/o6zgt.NEW.SwiftUI.Series..Core.Data.in.SwiftUI.part4.rar


https://nitroflare.com/view/D80767B25DBD817/o6zgt.NEW.SwiftUI.Series..Core.Data.in.SwiftUI.part1.rar
https://nitroflare.com/view/0CE4FC3EC5DCBBA/o6zgt.NEW.SwiftUI.Series..Core.Data.in.SwiftUI.part2.rar
https://nitroflare.com/view/66F9218D0DAC2E5/o6zgt.NEW.SwiftUI.Series..Core.Data.in.SwiftUI.part3.rar
https://nitroflare.com/view/93D03DE05E2969E/o6zgt.NEW.SwiftUI.Series..Core.Data.in.SwiftUI.part4.rar

Volver arriba Ir abajo
 

NEW SwiftUI Series - Core Data in SwiftUI

Ver el tema anterior Ver el tema siguiente Volver arriba 
Página 1 de 1.

 Temas similares

-
» Lets Build That App - SwiftUI Core Data Money Tracker with iPad Support
» Core Java Data Types LiveLessons: The Java SE 11 Developer (1Z0-819) Certification Series
» Strata Data Superstream Series: Data Warehouses, Data Lakes, and Data Lakehouses
» DesignCode - SwiftUI Combine and Data
» Collecting and Saving Data with React, ASP.NET Core, and EF Core

Permisos de este foro:No puedes responder a temas en este foro.
Foro Wanako1 :: Programas o Aplicaciónes :: Ayuda, Tutoriales-