Skip to content

prathej/MovieScope

Repository files navigation

Movie Scope

An Android App for movie enthusiasts.

Project Summary

Most of us can relate to kicking back on the couch and enjoying a movie with friends and family. In this project,I've built an app to allow users to discover the most popular movies playing.

This app makes use of the most popular The Movie Db API to get the movies playing and also display the most popular movies based on the user ratings.

Features

With the app, you can:

  • Discover the most popular, the most rated or the highest rated movies
  • Save favorite movies locally to view them even when offline
  • Watch trailers
  • Read reviews

How to build

Add the following line to your ~/.gradle/gradle.properties with an API key from the Movie DataBase (TMDb) website.

MyTheMovieDBApiKey="PLEASE-ADD-YOUR-MOVIE-DB-API-KEY"

Libraries used

  • Butter Knife
  • Retrofit
  • Picasso
  • RxJava 2
  • RxAndroid
  • Timber
  • Room
  • Android Architecture Components
  • Data Binding
  • GSON
  • Constraint Layout

Resources

Author

Prahlad Vidyanand (Prathej)

Android Developer, Technology enthusiast, Photographer and Blogger.

Twitter Linkedin

Copyright 2019 Prahlad Vidyanand

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.