Udacity Developing Android App Course Project
- create Favorites database
- create Tablet UI
To use your MovieDB API key, please add Constants.java next to the MovieProvider file, defined as followed:
package com.example.android.bestmovies.database;
class Constants {
static final String MOVIEDB_API_KEY = <YOUR_API_KEY_HERE>;
}
The file is already added to .gitignore
App Icon by Itzik Gur on iconarchive.com