Andy Parker
Posts: 0
Joined: Wed Mar 27, 2013 10:21 am

Pre-loaded local SQL Lite Database in App

Is it possible to included a pre-loaded local SQL lite database in my app?

Currently I preload hundreds of local storage variables with links to allow my app fast access when running.

However, the down side of this is that on the first run it has to create all of these local storage variables and on slower devices (eg windows mobile and early android) this can take some time to do, spoiling the user experience.

So, to avoid this, I'd like to build a SQL lite database, fill it during development, and then include this with the app for release.

Is this possible? If so, how would I go about this?

many thanks

Andy.

Andrey Savitsky
Posts: 0
Joined: Sun May 19, 2013 3:53 pm

Pre-loaded local SQL Lite Database in App

and create Local storage variables: id.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Pre-loaded local SQL Lite Database in App

Hello!
You can store sql commands in file and while first app load restore them. You can search for any other way, for instance http://gauravstomar.blogspot.com/2011...

Andy Parker
Posts: 0
Joined: Wed Mar 27, 2013 10:21 am

Pre-loaded local SQL Lite Database in App

Thanks for the pointers Maryna, I'll have a read.

regards

Andy.

Return to “Issues”