Hi I am parsing xml and then loading it to web view, after parsing I am creating four strings so that I could append all string to one view. I am able to get two views on th
Passing null would be better. The full codes is like:
WebView wv = (WebView)this.findViewById(R.id.myWebView); wv.getSettings().setJavaScriptEnabled(true); wv.loadDataWithBaseURL(null, "...", "text/html", "utf-8", null);