Hey so I have a project in app inventor which is due next week, and the app I'm making is similar to tinder where the user chooses a movie and that choice is stored in a tinywebdb and is compared to the other user's choice (currently two users only). But I'm stuck on the part where I have to retrieve both values and compare them. How do I do it?
Here is my code (I know it's wrong but I'm stuck) :
Ok so you did not provide your blocks where you store and retrieve data from tinyWebDb.
I can give you a small logic which can be used.
Store an empty dictionary in a tag
Your keys in the dictionary should be the movie names.
Your value for each movie must be a list containing the users who have chosen the specific movie.
So i dont know why you would like to 'compare' them and what do you mean by it.
As far as I understood, you would like to see if two users have chosen the same movie.
Am i right?