I want to retrieve JSON from a web-service and parse it then. Am I on the right way?
HttpClient httpclient = new DefaultHttpClient(); HttpGet htt
Use the entity.getContent() to get the InputStream and convert it to String.