I managed to read a web page into a string, but when I print it to LogCat, using Log.d(), It always displays less than what's really on that page.
Which leads me to suspect that one (or more) of the following are possible explanations:
Is there a length limit to a String in Android?
If not, what could possible explain truncating my string?
Its the logcat that is not able to display whole text , print the output of the logcat to a file , I think you should be able to see the whole String.