B4J Library [B4X] KVS2 / KeyValueStore 2 - Simple & Powerful Local Datastore - Erel    Jul 16, 2020   (41 reactions)   tags: Database, 2, B4X, KeyValueStore, MapColl -keyvaluestore2-library.120234/
KeyValueStore is a persistent key/value based data store. It is similar to... (a list that holds maps for example).
KeyValueStore depends on the following libraries: SQL...)
Note that starting from B4A v8.0 KeyValueStore2 is included as an internal library..../forum/threads/b4x-cloudkvs-synchronized-key-value-store.63536/#content
Updates:
- V2.20 - Adds support... B4A Library [B4X] KVS - KeyValueStore library - Erel    Jul 21, 2021   (30 reactions) be object or bytes
This library is named KeyValueStore. There is an older library named KeyValueStore2...A key / value persistent store. The data is serialized using B4XSerializator and is stored in... B4A Tutorial KeyValueStore class - Simple and efficient key/value data store - Erel    Feb 17, 2016   (16 reactions)   tags: KeyValueStore KeyValueStore v2 is available here: https://www.b4x.com/android/forum/threads/b4x-keyvaluestore-2..., HashMap...). The main difference is that the store is persisted in the file system.
KeyValueStore....WriteObject or WriteEncryptedObject to save collections and user types.
Using KeyValueStore is similar to using a Map:
Sub Process_Globals
Private kvs As KeyValueStore
End Sub
Sub Activity_Create... B4J Library KeyValueStore class - Erel    Feb 17, 2016   (2 reactions) /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/...This is a port of this class: http://www.b4x.com/android/forum/threads/keyvaluestore-class-simple-and-efficient-key-value-data-store.26317/ Note that you need to add the following attribute to your project: #AdditionalJar: sqlite-jdbc-3.7.2 If you want to use PutEncryptedObject... Share My Creation [B4X] B4X Pleroma - open source client for Mastodon / Pleroma social networks - Erel    Nov 4, 2020   (15 reactions) , BitmapCreator, MiniHtmlParser, OkHttpUtils2, OAuth, KeyValueStore, XUI Views, B4XPages, B4XDrawer.... Resources = images, videos and animated gifs. Google Play: https://play.google.com/store/apps/details?id=b4a.pleroma iOS app store: https://apps.apple.com/app/b4x-pleroma/id1538396871 Code: https... B4A Question Bitmap to KeyValueStore - Sergey_New    Feb 9, 2025 I used kvs this:
Starter.kvs.PutBitmap(id,bmp)
Now I need to additionally save another string parame... B4A Question KeyValueStore - Sergey_New    Feb 1, 2025 .ListKeys
For i=0 To tempList.Size-1
Dim id As String=tempList.Get(i)
Log(id )
Next
'id... B4A Question [B4X] [XUI] AS Settings KeyValueStore - wimpie3    Oct 9, 2024 I've seen that AS Settings uses the KeyValueStore to save the data. Is there a way to import/export these settings and store them in my own database, without passing through the KeyValueStore... B4A Question SSL Websocket client - LucaMs    Jan 18, 2018   (1 reaction) Trying to connecting to my websocket server: closed javax.net.ssl.SSLProtocolException: SSL handshake aborted: ssl=0x63a133b0: Failure in SSL library, usually a protocol error error:14077410:SSL routines:SSL23_GET_SERVER_HELLO:sslv3 alert handshake failure (external/openssl/ssl/s23_clnt.c:741 0x61803166:0x00000000) Libraries used: client: WebSocket 2.00 server: jServer 2.80 The server starts and it is reachable (ping). I suppose that if the server SslConfiguration (and the keyvaluestore... B4A Question Invalid double: "null" after updating KeyValueStore - LucaMs    Jan 9, 2018 I was using an "old" version of KeyValueStore. Having found this problem: https://www.b4x.com/android/forum/posts/557508/ I replaced the old class with the latest one (and replaced all PutSimple and GetSimple with Put and Get). Running the project, I get: java.lang.NumberFormatException: Invalid double: "null" 63549 executing the assignment LastVersion = Version(0) (as you can see LastVersion is a string variable so this does not make sense ). KeyValueStore is not... Page: 1   2   3   4   5   6   7   |