Hello!
I want to have a small greeting when a user launches the App for the first time. After that it should not pop up anymore. I am aware that I am supposed to use TinyDB, but I haven't quite gotten the hang of it yet.
Thanks in advance!
tinydb tag called firstRun
set to false
When app runs for first time, test the value of firstRun
, if false
, show the greeting, if true
, do not, then after displaying the "greeting", set the tag firstRun
to true
, so that it will not run the greeting on subsequent runs of the app.
Could you show me a picture? Thanks!
Here you go:
Now seriously, you have a go, then show your blocks/share your aia when you get stuck. I suggest you start a new project just for this, you can then transfer it to your main project.
I know, but I can't find the block you mean in the TinyDB Component
With which of these do I create a tag? Because I would need to store it first, right?
OK, something like this:
Thanks a lot!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.