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:
Code to search online:
import javax.xml.parsers.DocumentBuilder;