Skip to content

PreetiW/popular_movies

Repository files navigation

Popular Movies

An app that displays details about popular playing movies.
Created as a part of Android Developer Nanodegree provided by Udacity.
Note: In order to run the app, add your own API key obtained from themoviedb.org to build.gradle:Module as

buildTypes.each{
        it.buildConfigField 'String', 'MOBDB_API_KEY',"\"API_KEY\""
    }

Replace API_KEY with your own API KEY.

About

Android native app showing popular movies with details created as part of Android Nanogedegree

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages