This android application displays a list of popular and top rated movies taken from "TheMovieDB" service.
You will need to login into the TheMovieDB official website and generate an API key for yourself to run this application. To deploy on a system, in the "MainActivity" file, replace the text "[YOUR_API_KEY]" with the API key you got after creating an account. Then run on a mobile device with an internet connection or using the ADB tool.
This is the second project created as a learning project for the Android Developer Nanodegree.