/PopularMovies

A simple Android App that displays details about movies based on ratings or popularity.

Primary LanguageJava

Android Nanodegree Project P1 : Popular Movies, Stage 1

A simple Android App that displays details about movies based on ratings or popularity.

Libraries Used

  1. ButterKnife
  2. Piccasso
  3. (TMDb) API - The Movie Database API

API Key

In order to access themoviedb.org API an API key is required. The app uses themoviedb.org API to get movie information and posters. It is required to create gradle.properties file in root folder and add MyPopularMoviesApiKey="YOUR_API_KEY" in the file. Replace YOUR_API_KEY with your API Key.