Write and Read TinyDB data

Hello again!
After learning that only one TinyDB can be used per application, I did this:

  1. I create a list with: recipe name, author, etc .;
  2. I Save Recipe 1, 2, etc. with the tag “Recipes” and the data in the List;
    I’d like to know:
  3. When I read the TinyDB (which is all ok), I would like that, Recipe 1, Recipe 2, etc., are added with their name to the ListView.
    Is it possible, like select index or something?
    Thank you

4 posts were merged into an existing topic: About TinyDB use