I need to extract some information from a web page and reformat it for the user.
Since the webpage is somewhat regular, I am now using HttpClient to extract the HTML as a string, and I am extracting the substrings in the given places with the corresponding data.
Anyway, I wonder if there is a better way, perhaps a way to promote HTML. How do you do that?
Greetings
java android html
Mascarpone
source share