Relative Content

Tag Archive for sqlcipher-android

Android application getting lag after using SQLCipher

I have an Android application using data from an external SQLite database in one activity. First, I made a connection with this db, and getting data was instant. Then, before publishing, I decided to use SQLCipher to encrypt the database with a password, but after this SQLCipher implementation, this particular Activity became extremely slow (takes much more time to start, and displays each data item on button click).
Is that normal?
How to solve this problem?
Here is the way I did the implementation: