shahdivyam / Movies

Popular Movies Android App

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Movies

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

About

Popular Movies Android App


Languages

Language:Java 100.0%