How to save encoded value of html to string help me I'm saving html in string htmldescription but is encoded into show actual html see my this post html code change when get in json and save in string
Html code wil change when I save in textview with this command is show perfectly
mytext= (Html.fromHtml(htmldescription));
But I want to save in string what will i do? How to save encoded html(string) in string any idea???
String htmldescription = school2.getJSONObject(0).getString("description");
mytext= (Html.fromHtml(htmldescription));
String coverthtml= mytext?????????????