Finishing Local Data Storage
Hey everyone,
I'm nearing the completion of the data storage for the first version of the application. I decided to use Core Data (available in iPhone 3.0+) to store the data locally with a sqllite3 database. With that comes a little learning curve, it's not overly complicated, but just different and with a few wrinkles in the architecture of local data storage. But, a database is almost always more efficient, and will mean I won't have to be opening large XML files all the time to get to small pieces of data.
Unfortunately, I've had a few life events come up that have taken me away from development for the last couple weeks, and I'm heading back to Maine for a few days to attend my grandmother's funeral.
I'll be back heads down on this within the next week.
I'll keep you all posted once the application has been submitted to the app store. I'd like to get some people involved in testing the application so I can ensure that I've got all the little bugs out.
Anyone familiar with the best practices as recommended by Apple on getting your application out there and tested? That might just mean that I will be asking some of you folks for some help.


Latest Comments