Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 349 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 349 Bytes

android-tmdb

An Android app using the The Movie Database API.

Instructions

To run this app you need an API key from TMDb. Create a resource file called config.xml and add your key there.

<resources>
    <string name="tmdb_api_key" templateMergeStrategy="preserve">tmdbApiKeyHere</string>
</resources>