Skip to Content

Category: mobile development

Shipping a Prepopulated Database with PhoneGap

I needed to prepopulate a database file for a Phonegap project that I was working on. My database was 10mb, so loading it from a SQL file via AJAX on the first launch was not an option. After many hours, I finally figured out how to do it. Enjoy! I hope this can be useful […]

Read more
Back to top