Quick question: What is the best way to make a parallel list? Should I separate the items by comma and use the replace.text and split.comma blocks or should I have two separate lists with corresponding indexes using the selection.index block?
This will be a list I will be constantly editing and adding to in the app, (it will be bookmarks for a browser), and will also be shown in a list picker.
-Thanks for the earlier help, and advice from y'all-
-Happy holidays,¡Felices Fiestas!, 节日快乐, Laethanta saoire sona!, 幸せな休日, Boas Festas!, Li holide eximnandi!, Forhe Feiertage!, and adios,
Hmm ..... I haven't used the dictionary component yet in app inventor.@Kevinkun Can you show the dictionary entries in a listpicker, like side-by-side?
They are inverses of each other, and you need to do double maintenance (a little bad) with the benefit of having GetTags lists available with no loops, to populate Elements lists.
The Bookmarks TinyDB has Bookmark tags with BookMark_Edit (URL) values.
The BookMarks_Edit TinyDb has BookMark_Edit (URL) tags and Bookmark values.
If you weren't updating the TinyDBs, I would instead load two inverse dictionaries and take keys() instead of GetTagLists.