I want to parse a html file, after that, render it in screen without using webview.
But i have no idea about how to do it.
For parsing, maybe I can use jsoup, right? For rendering, I don't know how to do it.
For render, I just mean show all element in screen.
any one can give me advice or example.
thanks your very much.
For html parse, i want the smallest one. I don't know whether
jsoup is best one.
About render html, can you give me some example?
thanks.