Skip to content

Project 2 for Android Developer Nanodegree (Udacity & Google)

Notifications You must be signed in to change notification settings

bovejero/PopularMoviesST2

Repository files navigation

Popular Movies App

The project consists on building an app in two stages to allow users to discover the most popular contentValues playing, working with a themoviedb.org API.

This is the Stage 2 of the app.

API Key

The app uses themoviedb.org API to get movie information. You must provide your own API key in order to build the app.

Just put your API key into Gradle Scripts/gradle.properties, under the format:

MovieApiKey="YOUR_API_KEY here"

Built with

  • Picasso
  • Butter Knife
  • Parceler

Resources and inspiration

The core information to build this app has been found in the Android Developer Nanodegree from Udacity but many resources have been consulted to better understand concepts and code. Some of the main resources are the following: