Android Question Parse Html file - how to?

trepdas

Active Member
Licensed User
Longtime User
Hello good people,

My app need to parse a html file in order to read a specific string that was planted for it.

What would be the best way to do it (speed,reliability) ?

ftp ?
webview?
okhttputils lib?

also, a sample code will be very very much appreciated...

? ? ?
 

trepdas

Active Member
Licensed User
Longtime User
eventually i didn't need it since I used the Job As HttpJob to check for urls.
it returns the html page code in any case , which is what I needed...
:)
 
Upvote 0
Top