I have a requirement, where I have to move data from text into SQLite DB on Android.
One way to do this was to move the text file to asset manager and from there I can insert data into the DB.
Is there any way through which I can insert all the data into the SQlite DB using Desktop app and then just ship the SQLite DB with the android app