How to store the data?

Hi again,
I’m continuing with my app and I don’t know how to store the data when I go out of a screen. The thing is that I have use checkbox to made the user complete tasks. If they go to another screen and after that they return back to the checkbox screen, the checkbox is empty (although the user has marked it before). Do you know how to store all the information so that the user doesn’t need to write all the details again?
Thanks.

Hi,

You can use a TinyDB for that. We had a question were we advised the TinyDB also.

1 Like