Hello I am trying to pull information from a page on Wikia for The Beatles and I am not sure how I would even start to go about this, I am making an app where I have a listview of The Beatles' albums and when someone clicks on the album name I want to pull the info from the Wikia to my app so I don't have to update it with new info when and if more is added at a later time. But I cannot figure out how I would get the info from these pages. In my app I have the layout so it has the little sub-titles like the wikia such as Tracks, Side 1, Side 2 and so on. the wikia is located at http://beatles.wikia.com/wiki/Please_Please_Me_(album), and the subtitles give me the address of http://beatles.wikia.com/wiki/Please_Please_Me_(album)#Side1, if someone could please shed some light on how I could do this that would be a great help, I thank you in advance. I have followed these steps listed below:
Wikia is based on the new Nirvana Application Framework.
1.Request an API key 2.Read the documentation from here 3.Send appropriate requests to get the required information.
But I am still lost as to how to proceed with what I want to do, from what I'm understanding I need to use a java class that was made by someone else and use their functions to pull this information? Sorry if I sound dumb but I am just so lost. The documentation didn't point me into a good direction with this, if anyone has expierience with this could you please help me or point me in a better direction please? Thank you in advance.
-Kik