Greetings,
Long time developer but first time for a Samsung Galaxy Watch.
Is it possible to, for example, upload current GPS location of the watch to a server at a regular interval?
All help appreciated.
D
Greetings,
Long time developer but first time for a Samsung Galaxy Watch.
Is it possible to, for example, upload current GPS location of the watch to a server at a regular interval?
All help appreciated.
D
Why not possible? You can use XMLHttpRequest (or better $Ajax) Object in case Web App or curl if you prefer Native development in order to send everything you need to a server.
or