Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/spaiman/tmdb-android
The Movie Database (TMDb) Android Application
https://github.com/spaiman/tmdb-android
android android-application
Last synced: 12 days ago
JSON representation
The Movie Database (TMDb) Android Application
- Host: GitHub
- URL: https://github.com/spaiman/tmdb-android
- Owner: spaiman
- License: apache-2.0
- Created: 2017-06-23T07:39:54.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-10-30T10:51:10.000Z (about 7 years ago)
- Last Synced: 2024-08-01T19:44:25.190Z (3 months ago)
- Topics: android, android-application
- Language: Java
- Size: 183 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TMDB Android
The Movie Database (TMDb) Android ApplicationTo use the app, you need to supply your own TMDb API Key to the project before compiling the project.
Put your TMDb API Key in `$rootProject/keystore.properties` with the following format:
```
TMDB_API_KEY=""
```Example:
```
TMDB_API_KEY="123e51es51b713ac21bq4071273bb758"
```For more information how it retrieves TMDb API Key, you could see the configuration in `app/build.gradle`.