views:

84

answers:

1

I'm building a GPS recorder app for the iPhone, and I was wondering if anyone could say why I might use the data persistence API, instead of writing data to flat files?

A: 

From my expirience using core data is more organized and a better expirence than using files.

Daniel