2
我是android的noob,我在this post中遇到了與此問題非常相似的問題。我也無法顯示feedburner內容。它以純文本顯示Feed,並且由於所有的html標籤而無法閱讀。我在公佈的答案中嘗試了這個建議,但沒有幫助。我可以以某種方式使用loadData,並用「html」來包圍網址。那可能嗎?任何幫助表示讚賞。爲什麼我的WebView在純文本HTML中顯示RSS?
huffingtonpost = (WebView)findViewById(R.id.webView1);
try{
huffingtonpost.loadUrl("http://feeds.feedburner.com/GoldMoneyGoldResearch");
}catch (Exception e){
e.printStackTrace();
}