sql - SQLite Database to Android -


I have a requirement where I need to move data from text to SQLite DB on Android.

One way to do this was to transfer the text file to the asset manager and from there I could insert data into DB.

Is there any way through which I can insert all the data in SQL DB using the desktop app and then ship SQLite DB with Android app

This should help you

Prepare sqllite in the desktop and then move it to android



Comments