Movies Crib is an app to allow users to discover the most popular & top rated movies.
If you want to run your application on your machine, you will need to add YoutubePlayerApiJar into your libs folder: https://developers.google.com/youtube/android/player/downloads/
Features:
• 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.
• allow users to mark a movie as a favorite in the details view by tapping a button (star).
• 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).
Arhitecture: :
• MVVM
• ROOM
• Livedata
• Data Binding
• Retrofit
• YoutubeApi