I am trying to show an html file in my assets folder but in web view i am seeing white blank page. I got similar example from stackflow only.
public void on
you can load the content of the web view using
// add a webview with id @+id/the_webwiev to your main.xml layout file WebView wv = (WebView)findViewById(R.id.the_webview); wv.loadUrl("file:///android_asset/myweb.html");