I have String with ul and li in it. And I am trying to show them in HTML formatting in textview. textView.setText(Html.fromHtml(myHtmlText));
But tex
According to the answer below, you can not use every HTML tag here;
https://stackoverflow.com/a/3150456/2275962
But, sure, there ise a way of showing bullets in Android TextView. You can replace <li>
tags with •
(which is HTML code for bullet).
If you want to try other list icons, use the preferred one from the table is this link;
http://www.ascii-code.com/