In my project, I need to perform some screen scraping on a dynamic web page that is built on the browser.
Actually I'm using an invisible WebView, were I load the target url and get back the resulting HTML.
This trick can't be used in a service or receiver, because there is no Activity with a WebView active.
Is there any way to load a web page outside a WebView.
A simple http download job won't do the trick, since it will download only the root html and not the whole resulting page.
Actually I'm using an invisible WebView, were I load the target url and get back the resulting HTML.
This trick can't be used in a service or receiver, because there is no Activity with a WebView active.
Is there any way to load a web page outside a WebView.
A simple http download job won't do the trick, since it will download only the root html and not the whole resulting page.