Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Learning Core Data for iOS Development

I have been trying to learn iPhone development for a while now. I am now interested in looking at building a iPhone app using Core Data. I built a app using sql lite. The app I created using sql lite basically asks the user for two fields of information "firstname" and "lastname" and then it goes into a UI Table View. The user can then select their name in that list and then it goes to a new view with a label with there name. Really basic app. Im just trying to grasp the ideas on how to make a iOS app.

Any Suggestions on what tutorials I could use to learn core data and then display that information in a new view?

like image 652
Dave Avatar asked Apr 06 '26 20:04

Dave


2 Answers

Good you decided to learn core data, a powerful alternative to sqlite.. See this Ray Wenderlich tutorial to get first grasp of core data. Then read a descriptive tutorial about core data here..To cap it off, you should read this..

like image 151
Krishnabhadra Avatar answered Apr 08 '26 09:04

Krishnabhadra


Core Data is a great technology, and I use it, but beware that it's pretty complicated so don't get discouraged... An alternative and additional tool you may want to investigate is NSUserDefaults which fills a gap between CD and SQL imho. (Persistent dictionary, basically)

This answer is more of a comment but I can't link as nicely there

like image 44
Nektarios Avatar answered Apr 08 '26 08:04

Nektarios



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!