I am currently working on this app that is integrated to a wordpress website. App Fetches JSON data and displays in TextView.
The am facing a problem with the HTML characters. The worpress website adds HTML codes such as and when its diplays in the app it doesnt decode.
Is there a way of decoding html charaters?
I am currently using below codes:
descTextView.text = NewsContentViewController.newsDetail.desc