When i am using sqlcipher 2.2 my app responds very fast, their is no time delay. now i am replace only sqlcipher2.2 with sqlcipher 3.3.1 using
compile ‘net.zetetic:android-database-sqlcipher:3.3.1-2@aar’
because sqlcipher 2.2 it not supporting to Android 6.0 now my app with same code gets very slow.
i need to wait few seconds after every click then next operation perform.
how i overcome from this
plz guide me …