I have huge data which is static. I need to save it within the application and retrive it from database and use the data in the application. The data doesnt going to change, as I thought of using XML since the data is huge it will increase the app size and hence the idea of using SQLite. Is there any tutorial how to use SQLite for static data in iOS. Or is there anything else other than SQLite? Please help. Thanks in advance. 🙂
Share
If you have any static data you must use sqlite data base and creat table which you want
Here are some links for using sqlite in iPhone
http://www.techotopia.com/index.php/An_Example_SQLite_based_iPhone_Application
http://dblog.com.au/iphone-development-tutorials/iphone-sdk-tutorial-reading-data-from-a-sqlite-database/
hope this helps you in working