The project consists on building an app in two stages to allow users to discover the most popular movies playing, working with a themoviedb.org API.
This is the Stage 1 of the app.
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 Scripts/gradle.properties
, under the format:
MovieApiKey="YOUR_API_KEY here"
- Picasso
- Butter Knife
- Parceler
The core information to build this app has been found in the Android Developer Nanodegree from Udacity but many resources have been consulted to better understand concepts and code. Some of the main resources are the following:
- [Curso de Android sgolivernet] (https://github.com/sgolivernet/curso-android-src-as)
- [Material Design Icons for Drawable folder] (https://github.com/google/material-design-icons)
- [ewintory user in Github] (https://github.com/ewintory)
- [GurpreetSK95 user in Github] (https://github.com/GurpreetSK95)
- [Nimisha88 user in Github] (https://github.com/Nimisha88)
- [egek92 user in Github] (https://github.com/egek92)
- [vipulasri user in Github] (https://github.com/vipulasri)
- [Android Developer Fundamentals Course] (https://google-developer-training.gitbooks.io/android-developer-fundamentals-course-concepts/content/en/)
- Forum, mentors and Slack channels for the Android Developer Nanodegree Scholarship by Udacity and Google