Skip to content

vycius/udacity-popular-movies

Repository files navigation

Udacity Popular Movies

Fully functional app for Android Developer Nanodegree program. This app uses responsive design for phones and tablets. It is reviewed by Udacity code reviewer.

Features

With the app, you can:

  • Discover the most popular or the highest rated movies
  • Save favorite movies locally to view them even when offline
  • Watch trailers
  • Read reviews
  • Share movies

How to Work with the Source

This app uses The Movie Database API to retrieve movies. You must provide your own API key in order to build the app. When you get it, just paste it to network/MovieModule.java file:

public static final String API_KEY = "YOU_API_KEY";

Screens

screen screen screen

Libraries

Android Developer Nanodegree

Udacity

Readme is inspired by another project Udacity popular movies check it out!