• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps send location information to server

Mgis

Lurker
hello forum,

i want to develop an application which send user's location to server. My server is tcp i dont know how to send location from emulator to server and how server receive it:confused: :confused::(
 
You'll need to write a serverside script or web service to handle the receipt of the payload, then on your client, connect to the server and send the payload up. If you know nothing about network programming, I suggest you start by learning and understanding the concepts behind it first.
 
Back
Top Bottom