How can I display special characters(like – ") in a TextView?
– "
You can use the Html.fromHtml() to handle HTML formatted text into a Spannable that TextView can display.
Html.fromHtml()
Spannable
TextView