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:
Use this:
b.setText(Html.fromHtml("" + your string+ "" + "" + cursor.getString(1)));