I am using Html.fromHtml to view html in a TextView. Spanned result = Html.fromHtml(mNews.getTitle()); ... ... mNewsTitle.setText(result); But Html.fromHtml is now deprecated in ...
-
May 10, 2022
- 0 Comments