When app loads event?

Is there a way to trigger a set of responses when an app initially loads?

use the Screen.Initialize event
to find out, if the app was started the first time, use additionally a flag in TinyDB...
see for example the sqlite example app, which imports the database on first run of the app
https://puravidaapps.com/sqlite.php
init

Taifun

1 Like