opendatabase in SQLCipher taking time Android:
问题 I am using SQLCipher it is working fine. I have one performance issue with this openDatabase method. My code is SQLiteDatabase database = SQLiteDatabase.openDatabase(databasePath, databasePassword, null, SQLiteDatabase.OPEN_READWRITE); This also working fine. But my problem is it takes 3 to 4 seconds time (I found time lagging in Logcat). Because of this the activity show slow response. Note: I am calling this code from onCreate method after set setContentView(R.layout._list); Am i doing