/Movies-App

An app that reads data from moviedb API.

Primary LanguageJava

Movies App

The app is created from the scratch with MVVM architecture.

Overview

App reads the data from TMDB. The Movies App provides information about the various movies.

App GIF

Movies

Libraries

Instructions for API Key.

  • Import the project
  • Goto util -> Constant.java
  • find this line public static String API_KEY = "MOVIE_API_KEY";
  • replace MOVIE_API_KEY with your api key.
  • Run the app.

To get an api key click here