Hi,
I need to take the bitmap of a web page presented in a WebView, and
draw it somewhere else. I need to do it in high performance - several
times in a second. Anyone has an idea what's the best way of achieving
that? I know how to get the bitmap  using webview.buildDrawingCache
and canvas.drawBitmap, but that seem to be a good solution for a
single snapshot only.
Getting the bitmap is a must for me, I cannot simply re-scale the
webview.

Thanks,
yakobom

-- 
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