I have an android app created using html5, jquery and phonegap and it stores entries into sql db. I already have populated all data into the database. Now, my question is how can I save this populated db and pack it with the apk file so that it'll just copy it to phones memory when the user installs the app?
I used Chrome and that is where I populated the data.