Skip to content

dnKaratzas/udacity-popular-movies

Repository files navigation

screen

The Popular Movies Android app, was made as part of Udacity's Android Developer Nanodegree Program. This app has adaptive UI for phone and tablet devices. It displays the Most Popular and Top Rated Movies. User has the ability to save favourite movies locally and view them even when is offline. Also can view movie details (rating, release date, duration, etc.), watch trailers, read reviews and share the movie.

Download:

You can download an APK build on releases page.

How to Work with the Source

The app fetches movie information using The Movie Database (TMDb) API. You have to enter your own API key into gradle.properties file.

MOVIE_DB_API_KEY="Your Api Key"

If you don’t already have an account, you will need to create one in order to request an API Key .

Libraries

Icon credits

License

Copyright 2018 Dionysios Karatzas

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.