For Udacity's Android Developer Nanodegree Program
Several parts of the application were made using the Udacity codebase as a starting point. Refer to in-line documentation to see where.
To start, place your TMDb API key in the application level build.gradle, specified as YOUR_API_KEY_HERE.
Minimum SDK set to 21 to try newer Android features, including animation changes.
This product uses the TMDb API but is not endorsed or certified by TMDb.
This is not a commercial application.
ButterKnife by Jake Wharton
Picasso by Square
OkHttp by Square
Dagger2 by Google
Copyright 2017 Samuel Kwak
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.