Object documentation: KeyValueStore 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   (28 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) .basic4ppc.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...This is a port of this class: http://www.basic4ppc.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   (13 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... B4J Question KeyValueStore (b4xlib) - Error - jmon    Apr 1, 2023 Hello,
I upgraded my application to use the new KeyValueStore.b4xlib. I was previously using kvs2... _JAVA_OPTIONS: -Xms1024m -Xmx2048m
src\com\xxxx\xxxxx\keyvaluestore.java:282: error: cannot find symbol... B4J Question KeyValueStore - Resultset not closed? - jmon    Mar 31, 2023 Hi,
I have a question regarding KeyValueStore.
'Returns a list with all the keys.
Public Sub ListKeys As List
Dim c As ResultSet = sql1.ExecQuery("SELECT key FROM main")
Dim... 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... B4i Question Simple question KeyValueStore & Map - marcick    Jan 25, 2023 Working with KeyValueStore, does it make sense at startup to load a copy in a standard Map and then use it ?
Or it is the same reading directly the kvs file when it is needed ?
I mean in terms of execution time, resources etc... 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... Page: 1   2   3   4   5   6   7   |