Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 338 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 338 Bytes

PopularMovies_2

Popular movies 2 -Udacity Android Nanodegree, with basic funcionality

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]"; }