From what I understand, we cannot use SQL in AppInventor with TinyDB, right?
So are there any examples for doing it in the 'AppInventor way'?
For example, say we want to make a join between two columns of two tables (or maybe I should say 'tags'??).
If you have a link to such examples (or if you can upload any) they 're welcome.
Or maybe I should move to SQLIte? I just found that there is an extension for it!
(no it is not for free, so I 'll stick to TinyDB)
This is because TinyDB is not an SQL datastore but a key-value datastore (at least on Android--on iOS it is implemented on top of sqlite). If you need features of SQL then you will likely want to investigate other solutions.
Yes provided aia in this topic were created with Kodular that has different componets (problem was caused by List View with image that doesn't exist in app inventor) but you can see the provided code. Also try this modified aia for mit app inventor