How do I save a screen when switching to another?

Hi everyone,
I am a bit at a loss and hope you can help me.

I am trying to build an app, in which you can click on a button, a text field with an activity appears and you can check whether or not you have done it. On the main screen there are many buttons you can choose from.

Now when I leave the main screen (either by BackPress, "back"-button or through checking a box which leads you to a "Success"-Page) and then return to the main screen all checkboxes and text fields which have already been marked as done, disappear as the "screen" is not saved.

I have tried many things with TinyDB, including incooperating a save button, but none of which seem to give me the desired effect.

I also only tried using the "Set Button Image to" and the TinyDB because everytime I would try to use the visibility of the text fields or check mark I would get an error message. I would totally be happy if I could just have the changed images of the buttons saved.

See screenshots below:


I appreciate any suggestions and help, Thank you!

You can't store a screen like that in TinyDB... in your case you have to store the 4 button images separately... this can be a list of 4 images in 1 tag

Taifun

1 Like

Awesome, thank you! That really helped and I was able to get the TinyDB function to work by making individual tags!

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