Android: Image displayed at Webview from Url with high quality loss

Posted by Merlino on Stack Overflow See other posts from Stack Overflow or by Merlino
Published on 2010-03-17T09:11:50Z Indexed on 2010/03/27 20:53 UTC
Read the original article Hit count: 521

Filed under:
|
|

I want to display an image from an url with an Webview at Android.

With Android phones with Version 1.5 and 1.6 there is no problem. but the same pic and the same code on an AndroidPhone with Version 2.0 and the pic is totaly pixelated.

Like Android is resizing the image first to a smaller one and then resizing it back to "normal" size.

Unfortunately its important to display the pic without any quality loss.

I tried to integrate it in the sourcefolder to show it as an normal image, but at Android 2.0 i get an exception because the image is to big. (At Android 1.6 there is no problem)

Any ideas how i can display the image without quality loss with Android 2.0 ?

© Stack Overflow or respective owner

Related posts about android

Related posts about webview