Dear all.
Any suggestion of how can I pass variable values among different screens in Kodular?
Regards
You can use -
in ScreenName enter the Screen Name you wish to Open.
in StartValue enter your Variable which you wish to use on the other Screen.
On the other Screen use -
to get the passed Variable.
Also TinyDB can be used.
Edit - But Don’t use.
Never use Tiny DB
to pass the value to another screen as the data will be saved as the app data and increase the space taken by the app in the user device.
Aahaa…
Good Notable Point.
i Personally work on a Single Screen so never used TinyDB for this purpose,
But suggested him if he needs to share a number of variables and other stuff and if he finds it more easy or flexible.
He can clear the TinyDB after using it.
Edit -
Actually, i know it , my sense of saying it was something else. i think i was not able to convey it.
But suggested him if he needs to share a number of variables and other stuff or if he finds it more easy or flexible.
Actually, you can share multiple data as a list in Start Value
.
Also by using tinydb the screen take time to open
Yeah, true.