first of all, I have to say that I am completely noob in android programming...
Excuse me if I don´t ask properly my question
I was working with Last.FM and its API but I have got so many errors that I get angry :( so I hope you can help me..
Ok I supposed that last.fm API uses XML, so I started developing with JSON, but I have learnt that it wasn´t the way. I decided to search more, I found something about XML parser, but i am not sure if that is the correct way...
I wanted to fill a list with all tracks of an artist. Example: http://ws.audioscrobbler.com/2.0/?method=artist.gettoptracks&artist=terror&api_key=b25b959554ed76058ac220b7b2e0a026
Anyone can help me with this? Which is the correct(and simplest) way to program something like this? How to do it?
THANKS A LOT!
For those people who haven´t worked with Last.FM API here is its documentation