Android

Html tags in Text not working in TextView

Posted on

Here I try to explain the details why Html tags in Text not working in TextView. At times you may need to display text with Bold and normal style in TextView like this,  …(You may skip to solution ) Welcome, to your favorite music app store.    So, you’ll define a string in string.xml file as follows <string name=”welcome_text”><b>Welcome,</b> […]

Android

HTML Tags Supported By TextView, Android

Posted on

Following are the Supported HTML Tags by TextView <a href=”…”> <b> <big> <blockquote> <br> <cite> <dfn> <div align=”…”> <em> <font size=”…” color=”…” face=”…”> <h1> <h2> <h3> <h4> <h5> <h6> <i> <img src=”…”> <p> <small> <strike> <strong> <sub> <sup> <tt> <u> ref link.