Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Sources for learning iPhone Core Data [closed]

i am new to iPhone. i want to learn Core Data. what are the best sources to learn it. Tutorials, Books ??

Thanks in advance.

like image 850
g.revolution Avatar asked Sep 09 '09 12:09

g.revolution


3 Answers

PragProg have two relevant books in beta: their iPhone book includes a solid section on Core Data, and there's also their Core Data book itself.

Apple's Core Data Tutorial for iPhone OS is actually very good indeed, and worth working through. I found it to be the resource that most helped me click into Core Data, before looking in detail at the above books. (Of course, it is also worth looking through the non-iPhone specific Core Data docs.)

Also, Jeff LaMarche (co-author of the Apress Beginning iPhone Dev) has been posting up a fair bit of Core Data content on his blog lately, including paths past some basic but not always intuitive iPhone-specific gotchas. It's worth subscribing to his blog while you're getting into iPhone dev.

like image 155
marramgrass Avatar answered Oct 22 '22 08:10

marramgrass


I recently compiled the following resources on my blog for beginning iOS development. Here's a basic rundown, and you can hit my blog for more details. These are the resources I considered the best while I have been ramping up.

iOS Developer Roadmap

Top 5 Books for Getting Started with iOS Development

  • Beginning iPhone 4 Development
  • Programming iOS 4
  • Pro Objective-C Design Patterns
  • iOS 4 Application Development
  • Designing the iPhone User Experience

Top 5 Video Training Resources for iOS Development

  • Objective-C Essential Training
  • iPhone SDK Essential Training
  • Create a Compelling User Interface with Core Animation
  • Developing Apps for iOS
  • Apple WWDC Videos

I also just came across this great Core Data video set:

Core Data for OS X iPhone and iPad

That should keep you busy!

like image 42
Matthew Carriere Avatar answered Oct 22 '22 06:10

Matthew Carriere


on iTunes you can get some video tutorials made by the Stanford university which aren't too bad - at least they give you a good introduction...

get it here: https://podcasts.apple.com/us/podcast/iphone-application-programming-spring-2009/id384233222

like image 1
Gnark Avatar answered Oct 22 '22 07:10

Gnark