Difference between coredata & sqlite?
Answer / Tara Datt Joshi
Core Data is an object-graph persistence framework provided by Apple. It allows developers to store, manage, and manipulate data in a persistent way using managed objects. On the other hand, SQLite is a relational database management system that can be embedded within applications as it requires minimal resources. Core Data abstracts the underlying storage, typically using an SQLite database.
| Is This Answer Correct ? | 0 Yes | 0 No |
Are the nsmanagedobjectcontext queues serial or concurrent?
Explain collections in iOS
Explain me what is "delegate"?
What is nspersistentstorecoordinator? What duties does it perform?
Can you explain ios design patterns?
What is an ios framework?
Explain the architecture of iphone? : IOS Architect
What is mapping model?
Explain concept of notification center, local and remote notifications.
What is the difference between android and ios?
Functionality of accelerometer of an iphone
What is nsfetchedresultscontroller?