/popular-movies-app

It contains the code for the android app to show the popular movies.

Primary LanguageJava

popular-movies-app

It contains the code for the android app to show the popular movies.

Before building the project, kindly take the following instructions:

  1. Open project in Android-Studio
  2. Open "MainActivityFragment.java"
  3. Insert your API key of movieDB inside the static variable mentioned below:
    final static String API_KEY = "<PUT_API_KEY_HERE>";