I have a 180 MB SQLite database. If I compress it, it will be only about 40 MB. I store the file in the assets folder and there is no problem with the apk size as it is compressed in apk.
But when I copy the db file from the assets folder to the phone or SD card, then it is 180 MB.
So, is there a way to use a compressed db file in android?
source
share