i have a WebView of an html page which shows only one image
http://www.google.fr/intl/en_com/images/srpr/logo1w.png
webView = (WebView) findViewById(R.id.webView);
webView.loadUrl("http://www.google.fr/intl/en_com/images/srpr/logo1w.png");
is there a simple way to turn it into an ImageView ?