Library To Load Html Content In Android TextView in Android

//Html Viewer
    compile 'org.sufficientlysecure:html-textview:3.5'

Tags supported by Android
Working Things : -

<p>
<div> handled exactly like <p>
<br>
<b>
<i>
<strong> (bug on some Android versions: generates italic)
<em> (bug on some Android versions: generates bold)
<u>
<strike>
<tt>
<dfn>
<sub>
<sup>
<blockquote>
<cite>
<big>
<small>
<font size="..." color="..." face="...">
<h1>, <h2>, <h3>, <h4>, <h5>, <h6>
<a href="...">
<img src="...">

----->Extended support by HtmlTextView
<ul>
<ol>
<dd>
<li>
<code>
<center>

Comments

Popular posts from this blog

How to Fix ‘This file name is too long’ Error?

How to change searchview property to change searchview design