Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 308 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 308 Bytes

PopularMovies

Project 1 -Udacity Android Nanodegree

The themoviedb.org API key must be located in a class, inside the tools folder, like the following:

package myapp.portfolio.com.popularmovies.tools;

public final class TMDBKey { public static final String movieDB_key = "&api_key=[the_api_key]"; }