Re: Storing Data
Re: Storing Data
- Subject: Re: Storing Data
- From: Chris Hanson <email@hidden>
- Date: Wed, 22 Aug 2007 22:07:12 -0700
On Aug 22, 2007, at 7:21 PM, Dallas Brown wrote:
If I was creating something like lets say an RSS reader and I wanted
to give a list of the stories and then have the user click on a
story to see the full article, I
would need to store the RSS data and then access a particular part
when a user clicks on a story.
This is the kind of problem that Core Data was created to address.
It's not a "newbie" technology though; get comfortable with Cocoa,
target-action, key-value coding, and bindings before tackling Core
Data. Once you do though applications like this will be a snap.
-- Chris
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Storing Data (From: Dallas Brown <email@hidden>) |