What do you mean by coredata.
Answers
Answered by
60
Core Data works best for persisting complex object graphs locally.
If the relationships between entities aren't complex, then Core Data would bring unnecessary programing overhead.
If it's not an “object graph” (e.g. images), then Core Data does very little apart from safekeeping the file.
Answered by
81
Heyaa Buddy....♡
What do you mean by coredata?
Core Data Manages an Object Graph
To understand what that means, you need to know what an object graph is. An object graph is nothing more than a collection of objects that are connected with one another. The Core Data framework takes care of managing the life cycle of the objects in the object graph.
Thanks..
Keep Smiling.. :)
Similar questions