With this site http://www.javacodegeeks.com/2010/10/android-full-application-tutorial.html I developed my own application to parse movie information from TMDB. Now I want to change the API from v2.1 to v3. What I have to change at the code, especially at Part 3 (XML dropped, now JSON) and Part 4?
Can't find a movie or TV show? Login to create it.
Want to rate or add this item to a list?
Not a member?
Reply by Travis Bell
on June 18, 2013 at 9:39 AM
It's probably best to email the author of that particular article. That is unless someone else has experience with the tutorial to give some useful feedback.
Reply by meisterwirbel
on June 18, 2013 at 9:51 AM
Ok. Thanks.
Reply by Stuart Boston
on June 26, 2013 at 7:57 AM
If you want to see a java implementation of the v3 API you can take a look at my API code here: https://github.com/Omertron/api-themoviedb
Reply by meisterwirbel
on June 26, 2013 at 9:02 AM
Oh, nice, thank you.