项目作者: AndreeaMutu
项目描述 :
Udacity Android Developer Nanodegree project - master-detail view of movies
高级语言: Java
项目地址: git://github.com/AndreeaMutu/popular-movies.git
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