项目作者: AndreeaMutu

项目描述 :
Udacity Android Developer Nanodegree project - master-detail view of movies
高级语言: Java
项目地址: git://github.com/AndreeaMutu/popular-movies.git
创建时间: 2018-02-18T15:58:19Z
项目社区:https://github.com/AndreeaMutu/popular-movies

开源协议:

下载


popular-movies

Popular Movies App Udacity Project

This app uses The Movie Database (TMDb)

Running the code

  • Create an account at https://www.themoviedb.org/ and request an api key
  • Import the project into Android Studio
  • Add your TMDb api key in gradle.properties: API_KEY="<MyKey>"
  • Build and install the app

Features

  • Displays a grid of movies sorted by: most popular, top rated or favorites
  • The user can tap on a movie to see additional information about the movie: original title, plot synopsis, user rating, release date, reviews and trailers
  • A movie can be marked as favorite by tapping a star button

Libraries used