Core data
37
“Tout sur Core data”
Curated by fredio31
5.4K Views
Scoop.it Score 37
Visitors Loading...
Created Nov 11, 2011
Created by fredio31
Updated May 24
Posts 184
Followers 8
Reactions 26
Filter

Or select a Tag
Suggest
Follow
timroadley.com - February 12, 4:31 AM

Core Data Basics Part 1 – Storyboards, Delegation Tim Roadley

Welcome to my tutorial set 'Core Data Basics'. The aim of this set is to get you up and running with Core Data attached views as fast as possible. If you're new to objective-c programming you may wish to run through the iOS ...
Share
0
inessential.com - May 18, 1:20 PM

inessential.com: iCloud and Core Data

Drew McCormack pops the hood to see how iCloud and Core Data syncing works. 17 May 2012. Archive. I write Mac, iPad, and iPhone software. I'm a co-founder of Sepia Labs where I work on Glassboard. Other software I've created: ...
Share
0
mjtsai.com - May 18, 1:16 PM

Michael Tsai - Blog - Under the Sheets With iCloud and Core Data

I've spent the last 3-4 months integrating Core Data syncing over iCloud into Mental Case for Mac. It is not in the wild yet, but we have started beta testing with a limited audience. To say it has been a challenge would be an ...
Share
0
freealllibrary.blogspot.fr - May 11, 1:32 AM

Sams Teach Yourself Core Data for Mac and iOS in 24 Hours |Free ...

Book Description In just 24 sessions of one hour or less, start using Core Data to build powerful data-driven apps for iOS devices and Mac OS X computers! Using this book?s straightforward, step-by-step approach, you?
Share
0
www.raywenderlich.com - April 20, 5:05 PM

Core Data Tutorial Series Updated for iOS 5 | Ray Wenderlich

This is just a quick note to let you guys know that our 3 part Core Data Tutorial Series has been fully updated for iOS 5! This update was made by one.
Share
0
maniacdev.com (via @AldanceOnline) - April 18, 1:55 AM

Tutorial: The Basics Of Using The Magical Record Core Data Library | iPhone, iOS 5, iPad SDK Development Tutorial and Programming Tips

When I first mentioned the Magical Record library there seemed to be a lot of excitement from everyone that worked with Core Data, and Magical Record has gone (Tutorial: The Basics Of Using The Magical Record Core Data Library ...)...
Share
0
blog.tarams.com - April 13, 2:05 AM

First Step towards Core Data | Tarams Blog

In my first article “Data Storage in iOS”, I talked about the different types of data storages available to the iOS developer. With this post I would show you how you could start off with Core Data. Create a new Empty Application ...
Share
0
christiankienle.blogspot.fr - April 13, 2:04 AM

Christian Kienle's Blog: Core Data Editor 4.2

Core Data Editor 4.2. I am pleased to announce the release of Core Data Editor 4.2 - finally after a three month long journey of submitting, rejection, re-submitting, … (you get the idea). So what is new with 4.2?
Share
1
thinkvitamin.com - April 7, 4:26 AM

Free Video: iOS Core Data Terminology | Think Vitamin

In this 5 minute video, you'll learn about the basic terminology of the Core Data framework which uses managed objects, contexts and the persistent store.
Share
2
yannickloriot.com - April 7, 2:41 AM

MagicalRecord: how to make programming with Core Data pleasant ...

Note: This article talks about the Core Data (via Magical Record) so I'm assuming that you are already familiar with it or at least you know the basics. If this it is not the case you can find very good tutorials on the Tim Roadely's ...
Share
2
appd.in (via @appked) - April 7, 2:39 AM

Core Data Editor 4.2 – Provides easy access to application data | AppKed

Core Data Editor lets you easily have a look at applications data.
Share
0
timroadley.com - March 27, 7:57 AM

Core Data Universal / iPad Storyboard Tim Roadley

Introduction. The aim of this tutorial is to show how to upgrade a project to be universal so it supports both iPhone and iPad devices. The starting point will be the final project from the end of the 8-part Core Data Basics tutorial ...
Share
0
stackoverflow.com (via @allan_bazinet) - March 25, 9:54 AM

ios5 - Core Data managed object does not see related objects until restart Simulator - Stack Overflow

@christian_beer http://t.co/BDIgSOF9...
Share
0
bobueland.com - May 24, 3:55 AM

Core Data part 1 | Cocos2d Tutorials

Core Data is very powerful, but the learning curve is steep. Using Apples Core Data templates doesn't help much because it encourages “voodoo programming”— that is using code in your application that you don't ...
Share
0
mentalfaculty.tumblr.com (via @cparnot) - May 18, 1:21 PM

Under the Sheets with iCloud and Core Data: How it Works

Apple’s documentation for Core Data syncing via iCloud offers very little insight into how it actually works. This is probably quite deliberate: Apple sees this as an implementation detail that...
Share
0
www.cimgf.com - May 18, 1:18 PM

Unit Testing with Core Data | Cocoa Is My Girlfriend

When you set up a Core Data stack using a file based store (say, using the sqlite store), that file becomes tied to the data model. That is for good reason. Core Data needs to first verify several things before it can use that data ...
Share
0
blog.chaitanyagupta.com - May 11, 1:35 AM

CG's Ramblings: A git diff driver for core data model files

Thursday, May 10, 2012. A git diff driver for core data model files. Whenever you make a bunch of changes to core data model (xcdatamodel) files, its impossible to know with git diff , what exactly changed.
Share
0
stackoverflow.com (via @ObjConSO) - April 28, 2:31 AM

objective c - iPhone how to use NSPredicate to filter Core Data by the parent entity? - Stack Overflow

iPhone how to use NSPredicate to filter Core Data by the parent entity?: My core data is defined as this:
user h...
Share
2
www.raywenderlich.com - April 20, 5:04 PM

Core Data on iOS 5 Tutorial: How To Preload and Import Existing ...

Note from Ray: iOS Tutorial Team member Adam Burkepile has kindly updated the Core Data series to iOS 5 - I'll post an announcement about it in a bit.
Share
1
brainwashinc.wordpress.com - April 18, 1:53 AM

iPhone Development: Using Core Data with iCloud « Brainwash Inc ...

iPhone Development: Using Core Data with iCloud. A couple of good, similar posts about getting your Core Data database in iCloud for apps… iOS How-To : Using Core Data with iCloud – Une goutte d'eau dans la mare du ...
Share
1
timroadley.com - April 13, 2:04 AM

Core Data in iCloud Tim Roadley

The aim of this tutorial is to show how to add iCloud support to a project. The starting point will be the final project from the end of the Core Data Universal / iPad Storyboard tutorial. I would recommend going through that ...
Share
0
furbo.org - April 8, 6:08 AM

furbo.org · Core Data without Fetch Requests

If you follow me on Twitter, you’re probably aware of a really nasty problem I encountered with versioned Core Data models. Suffice it to say that was two days of hell caused by a single Fetch Request in a .xcdatamodeld file.

 

The irony of it all is that I no longer use Fetch Requests this way: the queries defined in the model file weren’t being used so I was happy to delete them all.


Via Domsware, Sébastien HOUZÉ
Share
0
timeoutofmind.com - April 7, 2:44 AM

Elementary Introduction to CoreData: Using Xcode 4.3.2 and iOS 5 ...

It important to understand that CoreData is not a database itself, it is an object persistent technology from Apple. The slideshow pdf covers this point in more detail. A second more practical iOS demo implementation, ...
Share
0
developer.apple.com (via @MarinoffGroup) - April 7, 2:40 AM

Loading…

#Data #Analytics Core Data Programming Guide: Efficiently Importing Data: http://t.co/AUSVUXLc http://t.co/BOGdEsiQ...
Share
0
www.slideshare.net (via @rubyalert) - March 30, 1:48 AM

Synchronizing Core Data With Rails

Lessons learned from building HomeMarks native iPhone application to synchronize Core Data with a RESTful backend built using rails 3.0.0.pre.
Share
0
stackoverflow.com (via @ObjConSO) - March 25, 9:55 AM

iphone - Fetching Strings (Or Other Variables) From a CoreData Fetch Request? - Stack Overflow

Fetching Strings (Or Other Variables) From a CoreData Fetch Request?: I have Core Data setup in my app and need ...
Share
0
1 2 3 4 8 Next