I want to send a JSON object to a remote server from my android mobile client. I'm a bit confused from the examples I found, Some uses Sockets the other HttpClient.
Is There a way to define a callback method?
What would be best practice in order to get an asynchronous response?