I’m making a Android application, where I need to read the latest news from this page (and the tab that says “NYHEDER”:
http://www.stormthebuildingfest.com/
And afterwards, of course, print them out on the screen.
I’ve seen different places that maybe JSOUP could help with this problem – but the JSOUP cookbook doesn’t seem to help me.
Is it even possible to fetch the news from this page? How?
Or if it is JSOUP – could anyone refer me to which part of the cookbook fits this problem?
http://jsoup.org/cookbook/
Thanks in advance.
Basically, what you need to do is this:
In addition, I’d study the Jsoup selector API.