Converting html tag into text in android -
i developing android app.
in app retrieve data database stored in html format. converting html code plain text use html.fromhtml(string)
. convert html code convert <font> color="######">some string</font>
.
please me if 1 have idea.
thank in advance.
html.fromhtml(string) supports few tags.
check here,
http://commonsware.com/blog/android/2010/05/26/html-tags-supported-by-textview.html
Comments
Post a Comment