I'm developing an Api that returns some texts, but these texts have tag HTML, be bold <b>
or line <P>
would like to know how best to print this in TextView
, or if I have to sort the text before sending it to the API.
Remembering that I have control of the API and the client