Part 2 of the Nanodegree Project by Udacity
Welcome back to Popular Movies! In this second and final stage, I added additional functionality to the app I built in Stage 1.
allow users to view and play trailers (either in the youtube app or a web browser).
allow users to read reviews of a selected movie.
also allow users to mark a movie as a favorite in the details view by tapping a button (star).
make use of Android Architecture Components (Room, LiveData, ViewModel and Lifecycle) to create a robust an efficient application.
create a database using Room to store the names and ids of the user's favorite movies (and optionally, the rest of the information needed to display their favorites collection while offline).
modify the existing sorting criteria for the main view to include an additional pivot to show their favorites collection.
You need to create a free account on themoviedb.org and generate your personal API key. More info here..