I’m making an app that allows the user to scan a book’s ISBN. If the person has read the book, they can save the book to their personal book list. Here are the blocks I use to store the the book to the book list and display the booklist:
My issue is, the list is not persistent. When I exit the program (both in Thunkable Live and in Android) and re-enter the program to view the list, the list is empty.
I want this app to be able to store an individual’s list for later review. I’ve had similar issues of no persistence with the Local DB method, and can’t figure out how to do this in Local Storage. Any help would be appreciated!
Thanks for the help, Doug.