This is a port of this class: http://www.b4x.com/android/forum/th...ple-and-efficient-key-value-data-store.26317/
Note that you need to add the following attribute to your project:
If you want to use PutEncryptedObject / GetEncryptedObject then you need to download BouncyCastle and add another #AdditionalJar: http://www.b4x.com/android/forum/threads/share-encrypted-data-with-b4a.35482/#content
KeyValueStore v2 is available here: https://www.b4x.com/android/forum/threads/b4x-keyvaluestore-2-simple-powerful-local-datastore.63633/
Note that you need to add the following attribute to your project:
B4X:
#AdditionalJar: sqlite-jdbc-3.7.2
If you want to use PutEncryptedObject / GetEncryptedObject then you need to download BouncyCastle and add another #AdditionalJar: http://www.b4x.com/android/forum/threads/share-encrypted-data-with-b4a.35482/#content
KeyValueStore v2 is available here: https://www.b4x.com/android/forum/threads/b4x-keyvaluestore-2-simple-powerful-local-datastore.63633/
Attachments
Last edited: