Before spending hours trying to figure this out, maybe I can use someone’s expertise; would it be possible to generate an SQLite database on a (web)server and download it to an Android device and then use it?
I need to sync data, but it probably would be much faster to create the database completely and send that as binary.
Here’s my implementation:
This downloads the database into your applications private storage see here
Don’t forget you need the internet permission in your manifest.
To then get an actual database from this file you can do this: