Hello, can you help me.
How can I link the information, with the same app, that passes from one to the other. For example, how can I transfer the GPS location that I have on one mobile phone to another, to know where it can be found at any time. That is, the information is transferred to another screen and updated every 30 seconds.
I already know that. When I pass information between screens, TinyDB is better. But I want it to see the same thing on two devices and for that CloudDB is better. But I don't know how to do it, if you help me do it you would help me a lot.
In this case, the location will be more complicated, since you have to take the location of the person who sent it and not the other.
And I don't understand how it could be done.
For your app, you would need to keep the registration process to give each user a unique name, and you would need four items posted to the central list each time a user reaches a new location:
user
lat
long
timestamp
You could scan the CloudDB list and regenerate Markers from those entries, with Titles or Descriptions containing the users and timestamps.
For my app would it be the same as yours?
In my case there are no more users, there is only one and it would be that every 30s the GPS information of the other user will be updated, to know where they are at all times. It would be something similar to what WhatsApp has.
Yes, but I don't know how to put the right blocks, because my time is minimal and I don't have much.
In two days I should hand in the work and I have been trying to do this for about two months, I just want you to help me, telling me what I have to put in so that it turns out well.
It would be the same application, but on different screens.
Just transfer the location from one screen to the other.
I mean that it is automatic, that it is not sent from a button or a leabel. Make it automatic.