Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/braheezy/popular_movies
First large-ish project completed.
https://github.com/braheezy/popular_movies
Last synced: 2 days ago
JSON representation
First large-ish project completed.
- Host: GitHub
- URL: https://github.com/braheezy/popular_movies
- Owner: braheezy
- Created: 2016-04-26T17:09:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-29T14:37:19.000Z (over 8 years ago)
- Last Synced: 2024-11-10T13:35:28.678Z (2 months ago)
- Language: Java
- Homepage:
- Size: 17.4 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Popular Movies
This is the final project from [Udacity's](https://www.udacity.com/) Developing Android Apps Course.
To use this project on your own, you need an API Key from [The Movie Database](https://www.themoviedb.org/ "TMDB Homepage").
Simply create a login, get a key, and put it into the app/build.gradle file in the appropiate place.##### The Great Error of 4/25/16
I accidently pushed the API key in a past commit, a huge no-no. Being unable to figure out the tools outlined by [Github](https://help.github.com/articles/remove-sensitive-data/ "Remove Sensitive Info") on how to remove this, I destroyed the repo, created a new project from scratch, and painstakingly copied everything over. Therefor, this current repo doesn't reflect about 75 commits for the project. Lesson Learned# Libraries
[Picasso](http://square.github.io/picasso/): Optimized image loading and caching.[LikeButton](https://github.com/jd-alexander/LikeButton): Sexy, animated like buttons!!