Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

iOS

Nir Ohayon
Nir Ohayon
2,399 Points

Core Data Practice

I was wondering, Based on the learning I did though out Treehouse I build a simple notes app that have just two view controllers:

table view controller - to list all the notes.

view controller - to create new notes.

this works very similar to the regular iOS 7 notes app.

right now I only have an NSMutableArray of *notes in my table view controller to store the notes that I have.

Now, I never worked with Core Data (and databases in general) and Iā€™m interested in connecting this app to Core Data so I could eventually release it to the app store, be more efficient with memory management and having the app world fast and save the user data (all the good stuff from the little I know is possible to do with a database).

So, how would you recommend me to get this practice? Couldn't find a project in the iOS track that covers this topic so i'm asking your opinion..

Thanks!

1 Answer

Patrick Donahue
Patrick Donahue
9,523 Points

Try Ray Wenderlich. That site has some good tutorials.