I've begun working on an app which is supposed to recieve short Strings/commands from another app/android device.
How is that done without using a webserver between the devices?
is it possible to create a tcp connection through mobile networks or is it only possible through wifi?
Is there a better solution than adding the waiting device's IP in the connecting app's preferences?