Fully functional app for Android Developer Nanodegree program. This app uses responsive design for phones and tablets. It is reviewed by Udacity code reviewer.
With the app, you can:
- Discover the most popular or the highest rated movies
- Save favorite movies locally to view them even when offline
- Watch trailers
- Read reviews
- Share movies
This app uses The Movie Database API to retrieve movies.
You must provide your own API key in order to build the app. When you get it, just paste it to network/MovieModule.java
file:
public static final String API_KEY = "YOU_API_KEY";
- ButterKnife
- Dagger 2
- Auto Dagger 2
- Retrofit
- Sugar ORM
- RxJava
- RxAndroid
- Glide
- Gradle Retrolambda Plugin
Readme is inspired by another project Udacity popular movies check it out!