This Android app allows users to explore and view information about popular movies. It was created as part of the Udacity Android Developer Nanodegree.
- See the most popular movies of all time or recently
- Watch movie trailers
- Read movie reviews submitted by other users
- Save movies as favorites
- Support for landscape and portrait mode
An API key from The Movie Database is required to run this app. Place. You must generate your own API key to run this app. Place the following in a gradle.properties file, which should be placed in the project root directory:
API_KEY="your_api_key"
This app project is available under the MIT LICENSE.