Is it a good idea to put a WebView
into each item of a ListView
on Android?
Or should I just use the TextView
with Spannd
?
I tried the Html.fromHtml()
with ImageGetter
to get the Spanned
, but it does lots of parsing works for you and hard to customize it. And also it's different from what you see on a WebView
.
Any idea would be helpful. Thanks.