My question is, is there a way for two Apps running simultaneously on the same Android device to pass information to each other via a network socket?
There will be two Apps running one will be sending data the other will be receiving the data sent.
The reason i want to send the data, between the Apps, in this way is because the App receiving the data will have to be able to receive data from a network socket at some point so id like to get the ground works of that in place.
So i was wondering if its possible to pass data from one App to another via its own network socket, and if so how would i go about doing it?