## FeaturesPopular Movies Application - Final Project of Udacity "Developing Android Apps" course.
This is an Android application that allows users to discover the most popular movies playing.
- Sort by popularity and rating
- Multi-language support
- Tablet support
- Local movie's release date
- Material Design
This app uses TMDB API for all content. To run this app you must firstly register here, get an individual API key and then paste it as TMDB_API_KEY
value to app/build.gradle
file.
Remember that you mustn't share your API key. Do not commit it to public repositories.
You can check out the full license here
This project is licensed under the terms of the GNU GPL v3 license.