Skip to content

edwinlnrds/TheMovieDB-Dummy

Repository files navigation

The Movie DB - Dummy

A Dummy app that consuming TMDB API

Installation

Clone this repository:

git clone https://github.com/Leonards03/TheMovieDB-Dummy.git

or Download the project directly from Github.

Replace <TMDB_API_KEY> with your own The Movie DB API Key, for the key generation guide you can find the details here

    defaultConfig {
        ...

        buildConfigField("String", "TMDB_API_KEY", '"<TMDB_API_KEY>"')

        ...
    }

Libraries used

Test