/WhatToWatch

discover popular movies using the themoviedb.org web API

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

WhatToWatch

Created during the first and second projects in Udacity Android Developer Nanodegree.
The purpose of this app, is to help users discover popular and highly rated movies using the themoviedb.org web API.

Powered by TMDB

Features

  • Sort by most popular movies, top rated movies or by previously favored movies.
  • Tap on a movie poster and transition to a details screen with additional information.

Screenshots

Most Popular Movies Top Rated Movies My Favorite Movies

Development

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/gradle.properties file (create the file if it doesn't already exists).

Add the following line, replacing the value with your key.

TMDB_API_KEY="YOUR_API_KEY"

License

MIT License

Copyright (c) 2017 wduqu001

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.