Re: iphone help - saving data
Fritz Anderson <[email protected]>
| Newsgroups | gmane.comp.macosx.devel |
|---|---|
| Message-ID | <[email protected]> |
Extremely inappropriate for a beginner with such simple needs. And "you won't have to write even a single line of code" is cruel. Check the <NSCoding> protocol and the NSCoder subclasses. Programming guide: <http://developer.apple.com/mac/library/documentation/cocoa/conceptual/Archiving/Archiving.html> — F On 18 Apr 2010, at 6:19 AM, Ivan Ostres wrote: > Core Data. You won't have to write even a single line of code. It will make things done but you won't learn much. ... > On Apr 18, 2010, at 12:53 PM, Rui Lopes wrote: > ... >> I'm a beginner to ocj-c development. I need to make and app to save data: 3 numeric fields and 1 text. What is the best way? SQLite or CoreData or plist?