I am trying to develop an android application, which will allow the user to send his correct gps location to a remote server and can list his previous recorded gps locations from remote server.
I am a bit confuse about what to use at which level and how to integrate them together. My specific question is:
Which library (if there is any) to use for sending data to remote server and to get data (which will be in json format)?
or is there any sample demo app??