ActiveAndroid-Secure icon indicating copy to clipboard operation
ActiveAndroid-Secure copied to clipboard

Active record style SQLite persistence for Android

ActiveAndroid-Secure

ActiveAndroid-Secure is meant to be a working example of using ActiveAndroid with SQLCipher v2.2.2

For more info on ActiveAndorid please click here

In order to use the library you should first set a password in the Cache.java file.

public static synchronized SQLiteDatabase openDatabase() {
	return sDatabaseHelper.getWritableDatabase("PASSWORD-GOES-HERE");
}

then type ant to build your .jar file