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... B4A Library [B4X] KVS - KeyValueStore library - Erel    Jul 21, 2021   (29 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... 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 [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... B4i Library [class] KeyValueStore - Erel    Nov 6, 2014   (3 reactions) B4i implementation of KeyValueStore.
KeyValueStore class makes it simple to save and retrieve objects from a key/value store.
See this tutorial for more information: http://www.b4x.com/android/forum/threads/26317/#content
WriteEnctypredObject / ReadEncryptedObject are currently not implemented.
Note that this module doesn't work with the current beta.... 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... B4i Question Save list with KeyValueStore - angel_    Jul 30, 2022 I am trying to save a list with KeyValueStore but I am getting the following error:
Sub... As KeyValueStore
Private ListStoreData As List
Private B4XComboBox1 As B4XComboBox
Private..., "store")
ListStoreData.Initialize
ListStoreData = kvs.Get("ListaElementos"... Other [B4X] KeyValueStore2 -order is not preserved - LucaMs    Apr 15, 2021 I had a problem using KeyValueStore2 and, "investigating", saw it uses "INSERT OR... KeyValueStore2, without me being forced to unnecessarily create my own lmKeyValueStore(2).
I kept the original... B4i Question [Solved] KeyValueStore with booleans variables - angel_    May 3, 2020 In B4A when I write kvs.GetDefault("BooleanVariable", True) return True or False, but en B4i return 1 or 0.
Reading this thread, How do i to compare values?:
https://www.b4x.com/android/forum/threads/how-to-correctly-compare-values-get-expected-results-and-avoid-crashes.117088/#post... B4i Question KeyValueStore save a map with different types - narek adonts    Aug 18, 2015 hi,
I have a map with different type (custom types, text, bitmaps,...)
I am trying to save this map... Page: 1   2   3   4   |