Skip to content

Abdallah-Abdelazim/nd801-popular-movies

Repository files navigation

Popular Movies

An app to help users discover popular and recent movies.
Second project in Udacity's Android Developer Nanodegree.

Download

You can download the app APK from here.

Screenshots

Navigation Drawer Browse Movies Screen Movie Details Screen 1 Movie Details Screen 2

How to run the project?

This project uses web services from TMDB.
To run this project first request an API key from TMDB (If you don't know how follow this guide).
Then open the global gradle.properties file located in:

  • In Linux and Mac machines it is located under ~/.gradle/
  • In Windows machines it can be found under C:\Users\your_user_name\.gradle\

If gradle.properties file is not present then create one

After that add the following line:

TMDB_API_KEY="PUT_YOUR_TMDB_KEY_HERE"