Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/futhrevo/popularmovies
Stage 2 for Udacity Nanodegree
https://github.com/futhrevo/popularmovies
Last synced: 1 day ago
JSON representation
Stage 2 for Udacity Nanodegree
- Host: GitHub
- URL: https://github.com/futhrevo/popularmovies
- Owner: futhrevo
- Created: 2015-12-13T16:47:55.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-03-23T18:42:00.000Z (almost 9 years ago)
- Last Synced: 2024-11-18T14:37:24.774Z (2 months ago)
- Language: Java
- Homepage:
- Size: 2.73 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Popular Movies
Android app made from scratch as part of Udacity Android Developer Nanodegree program.
This app uses optimized layouts for both phone and tablet## Features
* Discover movies in a grid of movie posters, allows users to change sort order based on rating, favorites and popular
* View and play trailers ( either in the youtube app or a web browser)
* Read reviews of a selected movie
* Users can mark a movie as a favorite in the details view by tapping a button(star). This is for a local movies collection that you will maintain and does not require an API request*.## Prerequisites
This app uses [The Movie Database](https://www.themoviedb.org/documentation/api) API to retrieve movies.
You must provide your own API key in order to build the app. When you get it, just paste it to:
```
app/src/main/res/values/api-keys.xml
```## Screenshots
![screen](../master/art/phone-min.png)
![screen](../master/art/phone-detail.png)
![screen](../master/art/phone-settings.png)
![screen](../master/art/tablet-land-min.png)
## Libraries
* [ButterKnife](https://github.com/JakeWharton/butterknife)
* [Picasso](https://github.com/square/picasso)
* [LinearListView](https://github.com/frankiesardo/LinearListView)
* [Stetho](https://github.com/facebook/stetho)## License
Copyright 2016 Rakesh Kalyankar
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 athttp://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.