Hi guys,
I got 2 problems and I want to hear your thought:
1. Based on a SQL database (file size 85MB) I create new SQLCipher database but its size is bigger (90MB). I don't understand why.
2. When I compile with the old SQL database named "data.db" => Result apk file size is only 28MB because the database is compressed. But when I compile with new SQLCipher database named "datacipher.db" => Result apk file size is 93MB! The reason is "datacipher.db" is not compressed and I don't know why too.
Did you face that problems? Please share your idea/solution. Thank you so much.
I got 2 problems and I want to hear your thought:
1. Based on a SQL database (file size 85MB) I create new SQLCipher database but its size is bigger (90MB). I don't understand why.
2. When I compile with the old SQL database named "data.db" => Result apk file size is only 28MB because the database is compressed. But when I compile with new SQLCipher database named "datacipher.db" => Result apk file size is 93MB! The reason is "datacipher.db" is not compressed and I don't know why too.
Did you face that problems? Please share your idea/solution. Thank you so much.