I am pretty new to the world of Android and Java and I am wondering how I get data from the web api here http://www.imdbapi.com/ Into android.
Should I use JSON or XML?
What are the steps? Firstly I want to know how to download the data and then how to parse it to variables.
Any sample code?
I am pretty new to the world of Android and Java and I am
Share
As for parsing, here you go: http://developer.android.com/reference/org/json/package-summary.html
btw, this was all easily found on google : )