B4J Library [B4X] KVS2 / KeyValueStore 2 - Simple & Powerful Local Datastore - Erel    Jul 16, 2020   (41 reactions)   tags: Database, 2, B4X, KeyValueStore, MapColl Recommended to use the newer b4xlib: https://www.b4x.com/android/forum/threads/b4x-kvs2... the useful Map collection, however unlike Map which stores the data in memory, KVS stores the data in....
Using KVS is similar to using a Map. You initialize it once (use the Starter service in B4A) and then... with B4A, B4J and B4i.
Tip: Check CloudKVS for an auto-synchronizing solution: https://www.b4x.com/android... B4A Library [B4X] KVS - KeyValueStore library - Erel    Jul 21, 2021   (30 reactions) an internal database. The database can be shared between B4A, B4i and B4J.
Using KVS is similar to using... KVS_ENCRYPTION to the build configuration (Ctrl + B):
97220
2.
B4A: Add reference to... B4A Tutorial [B4X] CloudKVS - synchronized key / value store - Erel    Jul 17, 2016   (62 reactions)   tags: B4X, Erel, CloudKVS, Key value store online CloudKVS solves a difficult and common problem. The user needs to work with online data, however....
https://www.b4x.com/basic4android/images/SS-2016-02-15_13.23.32.png
With CloudKVS the app always... can be shared between the different platforms.
Note that ClientKVS class source code is exactly the same on all three platforms.
Working with ClientKVS is almost as simple as working with a regular Map... Share My Creation Erels [B4X] CloudKVS - synchronized key / value store - MySQL - JakeBullet70    Jul 15, 2016   (21 reactions)   tags: KVS, Erel Well, It's Erels... CloudKVS - synchronized key / value store... with the b4j server using a MySQL back-end. This is a moderate programmer project. Not really for a new-bee. Thanks Erel!!!!! https://www.b4x.com/android/forum/threads/b4x-cloudkvs-synchronized-key-value-store.63536/ Not a lot of testing has been done but for my small app it is working fine. Remember this is the SERVER app. It is b4j. OK, a little more work to setup (Well a lot more) but if you want MySQL power? here... B4A Question KVS module to KVS Library[Solved] - Roger Daley    Sep 24, 2020 Hi All,
More out of curiosity than need for a solution.
I have an app using KVS 1.01 module, I attempted change this to KVS library and failed.
1. Remove KVS module from project
2. Add KVS... B4A Question Getting Double value from KVS blob value? - RB Smissaert    Jul 25, 2023 Just wondering if this is possible.
If I store to KVS a double value 1:
'cMP.dMilliSecsPerMapTile will be 1
Starter.kvs.Put("Milli seconds per map tile download", cMP... B4J Question Some questions about SQLite-databases (KVS2) - schimanski    Feb 3, 2018 informations in the main-file of the kvs? 3. I think, that the main problem of my app is the use... Sub The DeviceDownload-KVS are small databases for each user of the messenger, in which all... the message is already on the client, the key will be removed out of the DeviceDownload-KVS. If... B4A Code Snippet cloudKVS - adding list of changes to NewData event - Dave O    Sep 19, 2023   (9 reactions) Hi all, When using cloudKVS, its NewData event tells you when changes have been downloaded from the server, but there's no easy way to find out which data has changed. See this thread for details. @Erel identified where this could be determined, so I've written and tested the following (straightforward) code changes to the clientKVS source file. The NewData event now returns a list... listview so the user can see what's changed. I've attached the updated clientKVS file (which... B4J Question How to implement & deploy CloudKVS REST API for Web App usage? - Mashiane    Aug 26, 2022 Hi there
I am thinking about a CloudKVS REST API approach that one can use with a Web App.
I'm sure its possible, how can it be done? Any ideas?
Thanks.... B4J Question "If False Then" in CloudKVS? - jmon    Oct 28, 2016 Hello, When reading the code of CloudKVS I was intrigued by line 30 of the ClientKVS Class for b4J: '... HandleQueue If False Then CallSub(Me, "HandleQueue") 'to avoid obfuscation issues '.... What is the purpose of this "If False Then.." ? Does it mean that we don't need to put an underscore in the sub name if using this technique? Thanks for your help.... Page: 1   2   3   4   5   6   7   |