I am beginning a new project, its something I have never attempted with in Java, and I have been researching before hand. My research has not got me much further than where I started.
Basically my project will do this:
Search a website and get corresponding data (Basically search its search engine based of the query that a user inputs, then returns the corresponding results)
The user clicks on one of the results and then program will show certain
values (the values will be on the
result's webpage)
So far all I kind of know on how to do this is Web Scraping. I couldn't find any examples so I am still kind of in the dark about this.
Is this really possible? I will be using Java with the Android SDK. I kind of have a idea, but my Java knowledge does not contain anything to do with Web Pages, etc.
Thanks in advanced, Brandon