https://github.com/klisiewicz/popular-movies
Application allowing users to discover the most popular movies playing.
https://github.com/klisiewicz/popular-movies
android architecture-components dagger2 java mvvm retrofit rxjava udacity
Last synced: about 1 month ago
JSON representation
Application allowing users to discover the most popular movies playing.
- Host: GitHub
- URL: https://github.com/klisiewicz/popular-movies
- Owner: klisiewicz
- Created: 2018-02-17T14:11:46.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-07-19T11:30:54.000Z (almost 7 years ago)
- Last Synced: 2024-10-09T13:11:35.347Z (over 1 year ago)
- Topics: android, architecture-components, dagger2, java, mvvm, retrofit, rxjava, udacity
- Language: Java
- Homepage:
- Size: 706 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Popular Movies
Application allowing users to discover the most popular movies playing. It was made as a part of [Udacity Nanodegree](https://eu.udacity.com/course/android-developer-nanodegree-by-google--nd801) program.
Code quality: [](https://www.codacy.com/app/klisiewicz/popular-movies?utm_source=github.com&utm_medium=referral&utm_content=klisiewicz/popular-movies&utm_campaign=Badge_Grade)
## Screenshots



### Prerequisites
Application utilizes [The Movie DB](https://www.themoviedb.org) API. You must provide your own API key in the `build.gradle` `file:
```
buildConfigField "String", "API_KEY", '"@TODO: enter your api key here"'
```
## Built With
* [Glide](https://github.com/bumptech/glide) - An image loading and caching library for Android.
* [Butterknife](https://github.com/JakeWharton/butterknife) - Bind Android views and callbacks to fields and methods.
* [Retrofit](https://github.com/square/retrofit) - Type-safe HTTP client for Android and Java by Square, Inc.
* [Dagger](https://github.com/google/dagger) - A fast dependency injector for Android and Java.
* [ReactiveX](https://github.com/ReactiveX) - Reactive Extensions for Async Programming.
## Authors
* [Karol Lisiewicz](https://www.linkedin.com/in/karol-lisiewicz/)