https://github.com/jaredrummler/movies
Simple movie app for Android
https://github.com/jaredrummler/movies
Last synced: 11 months ago
JSON representation
Simple movie app for Android
- Host: GitHub
- URL: https://github.com/jaredrummler/movies
- Owner: jaredrummler
- Created: 2017-12-29T10:43:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-10T05:40:43.000Z (over 8 years ago)
- Last Synced: 2025-03-24T11:08:28.920Z (over 1 year ago)
- Language: Java
- Size: 216 KB
- Stars: 7
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Popular Movies
### Udacity - Android Nanodegree Project #1
This project was developed for the Android Nanodegree at Udacity in accordance with the [implementation guide](https://docs.google.com/document/d/1ZlN1fUsCSKuInLECcJkslIqvpKlP7jWL2TP9m6UiA6I/pub?embedded=true)
### The Movie Database API Key
Steps to get an API key:
1) Sign up here: https://www.themoviedb.org/account/signup
2) Apply for an API key here: https://www.themoviedb.org/settings/api
3) Open `~/.gradle/gradle.properties`
4) Add the following to your root `gradle.properties` file:
```gradle
TMDB_API_KEY=REPLACE_WITH_API_KEY
```
(You need to replace `REPLACE_WITH_API_KEY` with your API key, obviously)
The API key can now be accessed via `BuildConfig.TMDB_API_KEY`. Don't commit the API key to source control.
### License
Copyright (C) 2017 Jared Rummler
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.