I am trying to load an image from the asset folder and then set it to an ImageView. I know it\'s much better if I use the R.id.* for t
asset
ImageView
R.id.*
WebView web = (WebView) findViewById(R.id.webView); web.loadUrl("file:///android_asset/pract_recommend_section1_pic2.png"); web.getSettings().setBuiltInZoomControls(true);