Skip to content

Commit

Permalink
- Added README
Browse files Browse the repository at this point in the history
  • Loading branch information
darwind committed Feb 29, 2016
1 parent 7ed77d2 commit 538ccbf
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
The app uses an API key from www.tmdb.org
You will need to create an account to acquire an API key yourself.

The API key should go into the MoviesAsyncTaskLoader as that is the only place where the API key is used.

Look at line 51 where it needs to be inserted instead of the text [insert API key here].

I haven't specified the key as a static variable as it's generally bad practice for security reasons to store private keys in either static fields or the Strings.xml for instance.

0 comments on commit 538ccbf

Please sign in to comment.