I have a query regarding data. I have a data of 500 records and 4 to 5 columns. I want user to enter some thing and then my app will search from the available records if that data exists.As i am new to app development so may be i have some beginer questions to ask so dont mind 🙂
1) Should i use SQL Lite to keep the data in the app ? once in a month i want app to contact the server for record's updating purpose
2) how to prepopulate the data into the sql lite when the app is installed first time
3) should i use sqllite desktop interface to create a db and then import it via xcode to the app project and then from there it will start using it?
can u please send me link to study it and then implement it.
or if some one can give me hint about how to pre load the data in the sql lite data base?
Thanks in advance for your response 🙂