I am using an IntentService to handle network communications with a server via JSON. The JSON/server part is working fine, but I\'m having trouble getting the results back
If all you need to do is get a JSON from the server without locking up the UI thread, it may be simpler to just use AsyncTask.