Skip to content

DasserBasyouni/android-tonight-movie

Repository files navigation

Today's Movie

Project Overview

Today's Movie is a simple MVVM two-screen sample app that shows a list of movies and some details about each of them upon user click. It is using The Movie Database (TMDB) REST API with a basic error handling and retry mechanism.

Requirements

The Movie Database (TMDB) API Key

Update the following key value with yours. You can find it in the gradle.properties file.

tmdb_api_key=<your TMDB API key>

Technologies


Checkout 👉 Code Conventions. Let's consider it in our future commits, and update it accordingly.