Android:如何使用我的文件

时间:2010-07-28 02:04:16

标签: android

如何在我的原始(html文件)中使用webview?

2 个答案:

答案 0 :(得分:0)

听起来像是几天前被问到的事情。在这里查看我的答案:Android HTML resource with references to other resources

(这是关于资产块中的HTML文件,但我希望这对您也有用。)

答案 1 :(得分:-1)

您将使用WebView。实例化WebView,然后调用方法:webview.loadData(summary, "text/html", "utf-8"); // 'summary' is your raw html...

http://developer.android.com/reference/android/webkit/WebView.html