| Author |
Displaying HTML content in TextView
|
Hardik Trivedi
Ranch Hand
Joined: Jan 30, 2010
Posts: 252
|
|
Hi,
I want to display HTML content in text view.And Android has one very good method for this. Html.fromHtml. This method takes html input and returns output in String format.
But there is small problem with this.It removes all the Html Tags. I want some of tags like bold and font color etc. For this they have same method with different list of argument. But doing this is bit complecated.
I need some better way. Please Help.
|
 |
 |
|
|
subject: Displaying HTML content in TextView
|
|
|