Hello again!
After learning that only one TinyDB can be used per application, I did this:
- I create a list with: recipe name, author, etc .;
- I Save Recipe 1, 2, etc. with the tag “Recipes” and the data in the List;
I’d like to know: - 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