1
vote
Ruby on iPhone
You don't have to use Objective-C to write iPhone apps. If you use QuickConnectiPhone, http://sourceforge.net/projects/quickc …
0
votes
Loading data files in iPhone project
Have you considered putting the data in an SQLite database instead of a flat file? I find that the API is very easy to use on the iPhone.
It is how I do all of my data storage on the phone …
0
votes
Loading Data Files on iPhone?
I would strongly suggest using the existing SQLite functionality that is part of the standard API.
I have found it to be the easiest way to include data during an installation as well as s …
1
vote
Best JSON library to use when developing an iPhone application?
I have been using the json-framework from on google code. It has worked very well for me.
…
