Skip to content

Android app, fetches 20 most popular or highly rated movies, uses SQLite to store user favs

License

Notifications You must be signed in to change notification settings

kwak123/mymovies

Repository files navigation

MyMovies

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.

TMDB

alt text

This product uses the TMDb API but is not endorsed or certified by TMDb.
This is not a commercial application.

Libraries

ButterKnife by Jake Wharton
Picasso by Square
OkHttp by Square
Dagger2 by Google

License

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.

About

Android app, fetches 20 most popular or highly rated movies, uses SQLite to store user favs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages