Skip to content

aviaryan/PopularMovies

Repository files navigation

Popular Movies Android app

Developed as a part of Udacity Nanodegree course. The code is non-functional. You will have to set the API key first.

Main screen

Details View

Reviews

Tablet View

API key

To add the API key to the application, create a Java file called DataStore.java.

package in.aviaryan.popularmovies;

public class DataStore {
    public static String API_KEY = "YOUR-API-KEY";
}