Udacity Android Developer Nanodegree project movieDB app
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
Clone the GitHub repository.
$ git clone https://github.com/ashutosh160798/TheMovieApp.git
To use the app, you should add your own API_KEY_VALUE inside IntentConstant.java
file. For API Key please visit The Movie DB website.
In this project you will:
- Use Database Room to store sql data.
- Use Recycler Grid view to show movie lists.
- Consume TMDB api.
- Leverage a third-party library in your app.