Check if application is run for the first time

What is it for?
When you want to show something (or do anything else) when screen1 initialize. But only when user runs app for the first time.
User guide / explanation of user interface etc. is just an example.
Blocks -->
blocks
AIA and APK -->
checkfirstrun.aia (2,1 KB)
checkfirstrun.apk (4,1 MB)
Of course it will work with APK only.

Enjoy,
BeeriaApps

2 Likes

Use logic True/False instead.

bild

/Boban

20 Likes

nice! didn’t know tinydb can store booleans, documentation in AI/thunkable/makeroid says it can accept strings only. But checked your solution and it’s working:)

4 Likes

6 posts were merged into an existing topic: How can I display my custom Dialog for once?