1 2 3
WebView myWebView = (WebView) findViewById(R.id.webView1); String summary = "<html><body>" + text + "</body></html>"; myWebView.loadData(summary, "text/html", "utf-8");