Hi,

I am developing an application with Webview to display some parsed content
at runtime

I need a help to display the content in Webview immediately as I get the
data progressively.

*For Ex.*
Initially I am loading the data by calling like this,

 ----> webViewer.loadDataWithBaseURL(URI_PREFIX, *html.toString()*,
"text/html", "utf-8", "");

And I am appending some data in *html.append("")  *again I want to display
it without disturbing the webview screen, which is already displaying some
content.

(Not the Progress bar)

Can anybody give some suggestion or some sample code to do it?

Thanks in Advance

Regards,
Jebarlin Robertson.R

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

Reply via email to