The Popular Movies application is an app to get information about what are the popular movies and the top rated movies those are on Movie Theater. This application get information from The Movie Db API (https://www.themoviedb.org) and it does not have commercial purpose. Instead, it is only for educational and practice in Android Platform
The application uses the public Movie Db Api and it requires a public key to work properly. So, if you want to test the code, please create an account on (https://www.themoviedb.org) and after that add your public key API Key (v3 auth) into the file gradle.properties as follow:
MOVIE_DB_KEY=">>public_db_key<<"