tomca32 / Popular-Movies

Udacity's Android course project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Popular Movies App

This is a Udacity Android course project that lets the user browser through the most popular and top rated movies from themoviedb.org.

Running

To run the application, you will need to create a res/values/secrets.xml resource file with the following structure:

<?xml version="1.0" encoding="utf-8"?>
<resources>
    <string name="movie_db_api_key">YOUR_API_KEY_HERE</string>
</resources>

About

Udacity's Android course project


Languages

Language:Java 100.0%