You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Todo list app created to understand how to save data in iOS. Implementing various choices and learn to use UserDefaults, Core Data and Realm.
Fist UserDefaults is implemented and see it's limitations. Then Switched to Core Data and
Finally Using Realm Database as an alternative to CoreData because of it's simple yet powerful nature.
Learned while creating this app
How to use UserDefaults
How to use NSCoder
How to use CoreData
SQLite Databases
Coredata CRUD operations
Creating entity relationships in CoreData
How to Query CoreData
NSPredicates
Using Realm Database as an alternative to CoreData