The POST Message response that is returned from the server to my Android app is an essay. The String datatype unfortunately cannot store the entire essay.
Can you suggest a data-type i can use like this:
HttpResponse response = httpclient.execute(httppost);
HttpEntity resEntity = response.getEntity();
String result = EntityUtils.toString(resEntity);
when i System.out.println(result)
it doesn't show me the entire essay.