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 time to load and it does not feel very smooth. I already hooked up a progressbar to make it a little snappier.
I am just wondering, would it be possible to load that html file into a textview? Or can I embed that html code in a textview?
Yes, this is possible :