Skip to content

Mobile app to display movies with reviews, trailers, release date and rating. Uses Picasso, Retrofit2, Android Architecture Components.

Notifications You must be signed in to change notification settings

Ezike/PopularMovies

Repository files navigation

PopularMovies App

Android app that displays a list movies and their details.

Project Overview

Users can view most popular and top rated movies alongside details like release year, rating, trailers, and reviews. Users can also favorite movies they like. Favorite movies are stored in a local database. All movie data is fetched from themoviedb.org API.

Screenshots

Download

You can get the app on playstore by following this link

Features

  • Discover the most popular and the most rated movies
  • Save favorite movies locally
  • MVVM with Android Architecture Components
  • Coordinator layout
  • Material design.

Getting Started

You will need an API key from themoviedb.org to request data. If you don’t already have an account, you will need to create one in order to request an API Key. Use your API key as the value for API_KEY in the file Apiconstants.java class

Prerequisites

  • Android Studio IDE 3.0+
  • Android SDK v28
  • Android Build Tools v28.0.3
  • Gradle 4.6
  • Generate an api key from themoviedb.org website

Libraries

License

This project is licensed under the Apache License 2.0 - See: http://www.apache.org/licenses/LICENSE-2.0.txt

About

Mobile app to display movies with reviews, trailers, release date and rating. Uses Picasso, Retrofit2, Android Architecture Components.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages