Dear Nick,
Supplement : We use the "adb shell" to see the db size on device. There still increase the size like memory.
We start two independent service to process data :
One for insert data into sqlcipher. Another to query and send result to web server with schedule time.
We write the db functions in one utility java program. Something like create db , create table, insert ,query , etc.
When createing database we use :
final static String KEY = "INTEGER PRIMARY KEY AUTOINCREMENT";
For a unique key to identify records.
Should we need to use the "PRAGMA" to turn on/off some db prameters ?
Cheers,
Luke
Nick Parker於 2013年5月17日星期五UTC+8下午10時08分12秒寫道: