Hi friends, What is meant by Core Data in iPhone? Why we need it? What is the basic methods in it?
Thanks in Advance
Hi friends, What is meant by Core Data in iPhone? Why we need it? What is the basic methods in it?
Thanks in Advance
It is essentially an ORM for the iPhone SDK, allowing you to define objects that act as a model which can be created, updated, and deleted through the use of OO and without writing SQL.
If you want more detail I would suggest accepting answers on your other posts like others have already suggested.