如何解析HTML以在TextView中显示它

时间:2018-05-15 22:51:18

标签: android textview

我从API获取此String,它应该是HTML:

"<ul><li>Without Flavor & Size</li><li>With Gallery Images<br></li><li>With Tag<br></li><li>With User Review</li><li>Inventory: In stock</li><li>Visibility: Enable</li><li>With Regular Price  / Without Sale Price</li><li>Without Role based pricing</li><li>Without Upsells and Cross-sells Products</li><li>With one user review</li><li>Stock Availability: In Stock</li><li>Manage Stock: No<br></li></ul><p><br></p>"

当我使用Html.fromHtml

时,会在TextView中翻译

broken html in a textview

我的问题是如何在TextView中显示此文本,如网页(应该是一个无序列表)。

我尝试了Html.fromHtml,但它没有用,尝试了许多外部库但没有成功。

0 个答案:

没有答案