https://github.com/marekhakala/popularmoviesapp
The application helps users discover movies on the web.
https://github.com/marekhakala/popularmoviesapp
android butterknife dagger2 java leakcanary picasso retrofit2 rxjava sqlbrite sqlite3 timber udacity udacity-nanodegree
Last synced: 8 months ago
JSON representation
The application helps users discover movies on the web.
- Host: GitHub
- URL: https://github.com/marekhakala/popularmoviesapp
- Owner: marekhakala
- License: other
- Created: 2015-12-03T23:23:12.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-08-07T16:05:33.000Z (about 8 years ago)
- Last Synced: 2025-01-01T15:26:28.438Z (10 months ago)
- Topics: android, butterknife, dagger2, java, leakcanary, picasso, retrofit2, rxjava, sqlbrite, sqlite3, timber, udacity, udacity-nanodegree
- Language: Java
- Homepage:
- Size: 5.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Popular Movies v1.0.0 (themoviesdb.org API)

The PopularMoviesApp is an application, optimized for tablets, to help users discover popular and highly rated movies on the web. It displays a scrolling grid of movie trailers, launches a details screen whenever a particular movie is selected, allows users to save favorites, play trailers, and read user reviews. This app utilizes core Android user interface components and fetches movie information using themoviedb.org web API.
* [Screenshots](Screenshots/)


## Features
* The app helps users with discover the most popular, the most rated or the highest rated movies
* You can save movie to favorites
* You can watch trailers
* You can read reviews
## Libraries
* [Support Design libraries](https://developer.android.com/topic/libraries/support-library/features.html) - Material design library
* [Dagger 2](http://google.github.io/dagger/) - Dependency Injection library
* [Butter Knife](http://jakewharton.github.io/butterknife/) - UI binding library
* [Retrofit 2](http://square.github.io/retrofit/) - Web API library
* [Picasso](http://square.github.io/picasso/) - Image handling library
* [RxJava](https://github.com/ReactiveX/RxJava) - Asynchronous and event-based programs library
* [SQLBrite](https://github.com/square/sqlbrite) - A lightweight wrapper around SQLiteOpenHelper and ContentResolver
* [Timber](https://github.com/JakeWharton/timber) - Advanced logging library
* [LeakCanary](https://github.com/square/leakcanary) - A memory leak detection library
## Udacity Nanodegree Popular Movies Project

# License - Apache License, Version 2.0
```
# (C) Copyright 2017 by Marek Hakala
# 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.
```