Popular Movies Android App
Uses TheMovieDB API
To run the Movies app , you would have to get your own API Key at https://www.themoviedb.org/documentation/api . The key will be added in as a stativ variable to the ApiKey class . The ApiKey class is in the same package as the main Activity
package com.shah.divyam.movies;
public class ApiKey { public static String key=" your key "; }