Have you tried dumping the String that you sent to the WebView into a file?
Try loading that on desktop mozilla. If you still see problems there that
would mean your extraction code definitely has bugs.

On Sat, Apr 18, 2009 at 11:18 PM, Evgeny V <[email protected]> wrote:

> Thank you very much for feedback!
>
> Regarding the loop. Of course I don't do it inside a loop. The sent code is
> first attempt and contains this bug.
>
> Will use BasicResponseHandler to handle result. It definitely can casue the
> performance probpem. Do you think the way I'm extracting the resopnse string
> can casue the other mentioned problems?
> Thanks,
> Evgeny
>
> On Sun, Apr 19, 2009 at 6:37 AM, Chander Pechetty <[email protected]>wrote:
>
>>
>>
>> Not sure why you are initializing one time settings of WebView in a
>> while loop. (and also the StringBuffer.toString inside a loop fed to
>> WebView)
>> It doesn't look right to me. Use <i>
>> org.apache.http.impl.client.BasicResponseHandler </i> for getting the
>> string from the http response  to feed it.
>>
>>
>> >>
>>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to