Hey just like global variable that is only work within the screen and not in whole app.
So is there any variable that can be initialised is one screen and can be work in all screen(Whole app)??
Peter
(Moderator)
November 27, 2019, 4:28am
#2
No, you have to use the TinyDB component for that. Then you have all your variables/values available if necessary.
8 Likes
Taifun
November 27, 2019, 8:18pm
#3
no, but see tip 1 here
Use different screens wisely
Before starting to create another screen, first you should think about is it really necessary? See also Building apps with many screens and SteveJG’s post about advantages/disadvantages , because in only one screen you also can use vertical arrangements to simulate different screens, just set the arrangements to visible = true/false as needed…
If you decided to use different screens, then you should switch them correctly, else you will run out of memory after a wh…
Taifun
1 Like