This app allows the user to browse a movie/tv catalog and see details for specific crewMembers.
Used libraries:
- Glide for loading images
- Gson for passing data between fragments
- SugarORM for database integration
- Google's design, appcompat, cardview, recyclerview and palette libraries
- github.com/hdodenhof/CircleImageView for actor's profile page
You must create a gradle.proeprties file where you will enetr you API key for themoviedatabase.org
TMDB_API_KEY = "xxxxxxxxxxx"
Also the google-services.json is not publicly available because it contains sensitive data. Because of this you should also remove any firebase-related dependencies in the build.gradle files, since having firebase for your own apk makes no sense.
- Added actor's profile page
- Added Coming Soon tab
- Added cast for each movie