Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/EminYahyayev/udacity-popular-movies
Android developer nanodegree, Projects 1 & 2: Popular Movies app
https://github.com/EminYahyayev/udacity-popular-movies
Last synced: 14 days ago
JSON representation
Android developer nanodegree, Projects 1 & 2: Popular Movies app
- Host: GitHub
- URL: https://github.com/EminYahyayev/udacity-popular-movies
- Owner: EminYahyayev
- License: other
- Created: 2015-07-12T11:17:07.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-14T06:43:31.000Z (almost 7 years ago)
- Last Synced: 2024-08-01T19:46:12.550Z (3 months ago)
- Language: Java
- Homepage:
- Size: 8.1 MB
- Stars: 203
- Watchers: 16
- Forks: 113
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Popular Movies
Here is a fully functional and colorful android app which I made from scratch for Android Developer Nanodegree program.
This app reveals the power of adaptive UI both for phone and tablet devices.*Popular Movies* was highly evaluated by certified Udacity code reviewer and was graded as "Exceeds Specifications".
## Features
With the app, you can:
* Discover the most popular, the most rated or the highest rated movies
* Save favorite movies locally to view them even when offline
* Watch trailers
* Read reviews## How to Work with the Source
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/build.gradle
```## Screens
![screen](../master/art/phone-movies.png)
![screen](../master/art/phone-details.png)
![screen](../master/art/tablet-port.png)
![screen](../master/art/tablet-land.png)
## Libraries
* [ButterKnife](https://github.com/JakeWharton/butterknife)
* [Dagger](https://github.com/square/dagger)
* [Retrofit](https://github.com/square/retrofit)
* [SQLBrite](https://github.com/square/sqlbrite)
* [RxJava](https://github.com/ReactiveX/RxJava)
* [RxAndroid](https://github.com/ReactiveX/RxAndroid)
* [Glide](https://github.com/bumptech/glide)
* [GlidePalette](https://github.com/florent37/GlidePalette)
* [Android-ObservableScrollView](https://github.com/ksoichiro/Android-ObservableScrollView)
* [Gradle Retrolambda Plugin](https://github.com/evant/gradle-retrolambda)## Android Developer Nanodegree
[![udacity][1]][2][1]: ../master/art/nanodegree-logo.png
[2]: https://www.udacity.com/course/android-developer-nanodegree--nd801## License
Copyright 2015 Emin Yahyayev
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.