i want to show a picture in an webview from an url.
with all android phones with API 4 or lower there is no problem. but at API 5 die Image is totaly pixaleted.
like android is resizing the image automaticly at API5 to a smaler image.
any ideas how to show the pic at Android 2.0 without any quality loss ?
the first idea was to integrate the pic in the sourcefolder, but at android 2.0 i get exceptions because the size of the pic is too big.
unfortunaley its important to show the pic without any quality loss. so resize the image to a smaller one is no option.

