I'm not sure what and how start to search - please give me some "entry points".
So, I want to create an application for sharing locations between two or more devices upon request. Something like this: Where are you? I'm here!
I'd like to make it fully transparent and even invisible - just to don't bother others with this asking.
As I assume, it must be 'client-server' (2-in-1) application. client part must send location requests. server one must listening incoming requests from other clients and answer to them.
Can anybody help me find answers for two questions:
1) How to establish and support connection in B4A between two or more devices? Via Internet, SMS, or other communication channel...
2) How to pass data (request and response) between such 'connected' devices?
So, I want to create an application for sharing locations between two or more devices upon request. Something like this: Where are you? I'm here!
I'd like to make it fully transparent and even invisible - just to don't bother others with this asking.
As I assume, it must be 'client-server' (2-in-1) application. client part must send location requests. server one must listening incoming requests from other clients and answer to them.
Can anybody help me find answers for two questions:
1) How to establish and support connection in B4A between two or more devices? Via Internet, SMS, or other communication channel...
2) How to pass data (request and response) between such 'connected' devices?
Last edited: