Hi everyone,
I want to pass data acquired from a map scene to another scene, and I was wondering what was the best way to do it. I thought of a few ways of doing this, but I would prefer to do it in a more efficient way. I would resort to these methods only if there’s no other function native to the composer library.
-
Saving the variables to the app in a JSON table using a saveTable (thanks Rob Miracle).
-
Saving the data using a local database with sqlite, and then using a query to retrieve information in a different scene (probably the least efficient way)
Any suggestions/help would be appreciated!