Is there any documentation on how TinyDb is used within Kodular? So for example the question where is this data in Android. Now and then I have the behavior that the data in TinyDB is suddenly deleted, and I ask myself how this can happen.
My app builds the setup environment over several screens. Certain screens are shown only once during these routines. All of this data is stored in a tinydb. As an an example
First call of the app … request basic data from the user and send to the administration server by mail. This answers with an individual reference number for confirmation. Then the TinyDb switches from FirstRun to SecondRun. And this first screen never reappears. It all works the way I want it to. But sporadically when I test the app, does it happen that it starts all over again?
What a sign is that the TinyDB has lost its values.
Nun kmeine Fragen ?
- Is this a known problem, and when was is the reason.
- Is there a way to read the TinyDB directly with all values? So that I can verify my suspicions.
Franz