Text box reset value when close app

Hi folks,
when i close the app, the text box and the Label reset the value text.
How can I always keep the entered values?

Store their contents in TinyDB between runs.
Reload them from TinyDB at app startup (Screen1.Initialize)

2 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.