Wednesday, January 11, 2012

convert html into plain text and fill TextView with formitted HTML android


This method is used to convert html into plain text
Spanned Content = Html.fromHtml(htmlstring);
TextView.setText(Content.toString());

No comments:

Post a Comment