Hi guys, I'm working on my first iPhone project and I could use some help. I'm looking into data storage on the iPhone and so far I've got Core Data (which I think will be available until OS 3.0), SQL Lite and Xml.
I've worked a lot with non-phone mobile devices (mostly windows ce), but I've never used a database for these types of projects. Since it's been a while since I last developed desktop apps, I'm much more proficient at Xpath than I am at sql (although I'm still pretty decent at it).
I can't get into the details of the data, but I imagine using just a few hundred records. What would you guys recommend? Is there a significant difference in performance between SQL Lite and Xml? Is one of them easier to use?
Thanks
I've worked a lot with non-phone mobile devices (mostly windows ce), but I've never used a database for these types of projects. Since it's been a while since I last developed desktop apps, I'm much more proficient at Xpath than I am at sql (although I'm still pretty decent at it).
I can't get into the details of the data, but I imagine using just a few hundred records. What would you guys recommend? Is there a significant difference in performance between SQL Lite and Xml? Is one of them easier to use?
Thanks