HelloCommunity,
I Am Creating an App where major User Data is Stored onto the Device Using TinyDB. But Tiny DB Does not Store data again
Blocks:
Explaining the Blocks: I check is a TinyDB Tag called “Data” is Stored on the DB with Some Random text. if yes some text is found the the code proceeds to the app
if no tag is found ie. if it the data is empty then app Saves all the Tags regarding User Info as Null/0/empty as required.
Now for Testing Purpose, Everytime the Screen Initializes it saves Data as Empty. so that i can test if the Data is saving correctly
issue: Now my Data is not getting reset everytime the screen initializes. it just calls the previous data is giving errors