Skip to content

Movie discovery app showcasing Android best practices with Google's recommended architecture: MVVM, Offline support, Android Architecture Components, Paging library, Dagger 2, RxJava 2 & Retrofit 2.

License

Notifications You must be signed in to change notification settings

Osaigbovo/PopularMovies

Repository files navigation

PopularMovies

PopularMovies is an Android app that was developed as a part of the Udacity Android Nanodegree program. Users can discover Top-Rated and Popular movies with their friends and family using this app, and find out more information about each movie. This app used an API provided by https://www.themoviedb.org/. It was developed with the latest Android Architecture Components like LiveData, Room, ViewModel and Paging library. It used Retrofit 2 for network calls, used OkHTTP for logging, used Dagger 2 for Dependency Injection, Glide for image processing, Lottie for animation, and RxJava 2 for reactive programming. Also the layouts are designed using Constraint Layout.

Features:

  • Browse through the Top Rated, Popular and your Favorite Movies.
  • Saves favorite movies into Room database for offline access.
  • Search for movies.
  • Swipe to delete favorite movies.
  • Watch and send movie trailers.
  • Read movie reviews.
  • MVVM with Android Architecture Components
  • Endless scrolling using Android Paging library.
  • Handles network status and network failures
  • Material Design.
  • UI optimized for phone and tablet

Screenshots

Steps To Run The App

The app uses themoviedb.org API to get movie information and posters. You must provide your own API key in order to build the app.

  1. In your Android directory
  2. Open build.gradle (Module)
  3. Paste your API key under buildTypes node -> debug -> buildConfigField

Build the project and Run

Libraries

License

MIT License

Copyright 2018 Osaigbovo Odiase

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.

About

Movie discovery app showcasing Android best practices with Google's recommended architecture: MVVM, Offline support, Android Architecture Components, Paging library, Dagger 2, RxJava 2 & Retrofit 2.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages