It is my beginning with Android and I would like to write an app to connect with certain website, then save whole html of this website to some text file. I need this to later purposes such as extracting some info from html and so on. Do I need to do it using WebView?
Details: The website contains job offers. I need to make a connection with fields responsible for description and location of a job, so my application can fill those fields. Next step would be listing all the results.
Please lend me some advice :)