/TheMovieApp

Udacity Android Developer Nanodegree project movieDB app

Primary LanguageJava

TheMovieApp

Udacity Android Developer Nanodegree project movieDB app

Features

With the app, you can:

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

Installation

Clone the GitHub repository.

$ git clone https://github.com/ashutosh160798/TheMovieApp.git

To use the app, you should add your own API_KEY_VALUE inside IntentConstant.java file. For API Key please visit The Movie DB website.

Screenshots

           

Project Overview

Project Rubric

In this project you will:

  1. Use Database Room to store sql data.
  2. Use Recycler Grid view to show movie lists.
  3. Consume TMDB api.
  4. Leverage a third-party library in your app.