Link to home
Start Free TrialLog in
Avatar of curiouswebster
curiouswebsterFlag for United States of America

asked on

Putting iPhone Core Data into perspective

I m a new iPhone developer using Objective-C and Xcode to write my first iPhone app. I have not yet persisted the data to SQL Lite. And since I hear that Core Data would provide me with the ability to save numerous objects to the database, I may not waste the time learning SQLLite.

Is this a bad strategy? Do I need to understand coding with SQL ite before I can work with Core Data?

What's a good starting point for Core Data?

Is there a way I can view the contents of the SQLLite database while I am learning how to work with it?

Thanks.
ASKER CERTIFIED SOLUTION
Avatar of Pra4444
Pra4444
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of curiouswebster

ASKER

Thanks