I am using Html.fromHtml(STRING).toString() to convert a string that may or may not have html and/or html entities in it, to a plain text string.
This is pretty slow
Although I have not tried them yet, I found some possible solutions:
I hope it helps.