I have an android application which holds the data of the latitude and the longitude of the current location. I want to send those values to a desktop application but i am not familiar with sending data to one machine to another. How can i do that?
PS:I must use java and for connection i need to use the internet to send the data.