Thank you in advance,
Douglas
Trying to push the limits of App Inventor! Snippets and Tutorials from Pura Vida Apps by
Taifun.
Perhaps follow Taifun's List advice.
Regarding your course and book you paid for; please address questions about the code to the author and to these commercial developers .. you paid for the book and they should provide support for their code.
Retrieving a list from a TinyDB is simple if you followed the tutorials and advice we recommend here Douglas...Try something like this as a test Project:Do you understand how to retrieve a List from a TinyDB now? Button4 creates a list and adds the List to a TinyDB tag called storedList . Button5 retrieves the stored list by again using the storedList tag; it then displays the List as a raw list dump in label1 and then again in a formatted listing in label2.Does this help? and please do read the recommended documentation mentioned by Taifun.