I am using webservice in my android application. In my webservice result I get a HTML formatted String as result.
Assume this is my web service result:
Just replace \n with tag and then pass the whole string to Html.fromHtml(String). By this it will be displayed in proper format.
\n
Html.fromHtml(String)