Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 486 Bytes

File metadata and controls

14 lines (12 loc) · 486 Bytes

PopularMovies

Udacity Android Nanodegree popular movies app

To run this solution, you'll need to:

  • Signup for a developer API key at themoviedb.org
  • Clone and import project into Android Studio.
  • Create a strings resource file named "secret.xml" in res/values and add the string "tmdb_api_key" with your new API key as the value (see example below)
<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="tmdb_api_key">your_key_here</string>
</resources>