Showing posts with label java movie gallery. Show all posts
Showing posts with label java movie gallery. Show all posts

Tuesday, February 4, 2014

Show movie details using JAVA

   In this post i am going to post about using the anditson.com API to search for a movie online and display the results like a gallery as shown above using JAVA.anditson.com provides a good API which actually provides all data associated with a movie  in JSON or XML format.I have used the XML format.Here are the codes...

Code to search online:

import javax.xml.parsers.DocumentBuilder;