android,database,sqlite,sqlcipher-android
after deleting values use db.execSQL("VACUUM"); the reason behind this is that when you delete values from table then values is deleted but their references are still there...