I am trying to convert an html String and set it to a TextView, but I could not do it for sure.
Here is my line, "Hello,% 1 $ s! You have <b>% 2 $ d new posts </b>"
I am using textview.setText (Html.fromHtml (myString)); which produces me output using Html tags instead of plain text. Can anyone help me with this?
Any help is greatly appreciated. Thanks
source share