In my app I am loading a html document (contains: the code to display an equation, reference to libraries) into a webview.
The problem is that it still takes some t
Yes, this is possible :
textView.setText(Html.fromHtml(myHTMLString));