1
我正在嘗試使用Web視圖來使用像在圖庫中的圖像的捏和縮放。Android在Web視圖中加載圖像
String imageUrl = "file:///local/dir/image.jpg"; // http://example.com/image.jpg
WebView wv = (WebView) findViewById(R.id.yourwebview);
wv.getSettings().setBuiltInZoomControls(true);
wv.loadUrl(imageUrl);
XML
<WebView android:id="@+id/yourwebview"
android:layout_width="fill_parent"
android:layout_height="fill_parent" />
現在,如果我想在res \繪製,華電國際文件夾中引用的圖像elephant.jpg。我如何在活動中做到這一點?