is it worth using core data for a simple sqlite app on the iphone with one table and no relationships or complicated subtable/views? -


From now on should the core data be used as a cover for a small iPhone app with a SackLite Single Table Database ?

Does it unnecessarily complicate things or is it a good practice to use it from now on? Yes I think this is - Core Data is not a complicated API - and it has many powerful features. Provides access to

I had to face the same decision as you did - I had core data invested in half a day and was very happy.

An app that starts in the form of a table can be useful and can be quick and if you do not build on a solid foundation, then you can find that you will find yourself in the future. Have a big headache - just save some time.

Yes, this is a good practice - you will be very grateful for taking the core data route.


Comments

Popular posts from this blog

c++ - Linux and clipboard -

Visual Studio 2005: How to speed up builds when a VSMDI is open? -

booting ubuntu from usb using virtualbox -