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
This should help you.
Prepare the sqllite in desktop and then transfer it over to android
http://www.reigndesign.com/blog/using-your-own-sqlite-database-in-android-applications/