Skip to content

Its an app for showcasing movies fetched from themoviedb.org API included in the Udacity Android Developer Nanodegree Program.

Notifications You must be signed in to change notification settings

nishank95/PopularMovies_ST1

Repository files navigation

PopularMovies_ST1

This is second Project in Udacity Android Nanodegree Scholarship program where a grid based movie thumbnails are displayed and on clicking on the Movie thumbnail the user gets respective details of that movie.

Screenshots

Usage

To use this code, you need to get an api key from https://www.themoviedb.org/ and include it in strings.xml file as

http://api.themoviedb.org/3/movie/popular?api_key=<YOUR_API_KEY> for api_movie_popular_link String id

AND

http://api.themoviedb.org/3/movie/top_rated?api_key=<YOUR_API_KEY> for api_movie_top_rated_link String id.

About

Its an app for showcasing movies fetched from themoviedb.org API included in the Udacity Android Developer Nanodegree Program.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages