0
I am developing an Api that returns some texts, but these texts have tag HTML, is bold <b>
or line <P>
would like to know what would be the best way to print this in a TextView
, or if I should tidy up the text before sending it to the API.
Remembering that I have API and client control
See if you can get help: http://answall.com/questions/191586/como-coloca-quebra-linha-no-textview-directdo-xml/191595#191595
– Thiago Luiz Domacoski
Related: How to format text in a Textview
– ramaral