Skip to content

AlexStroia/MoviesCrib

Repository files navigation

MoviesCrib

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/

fotojet fotojet 1 fotojet

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 
 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages