Moviest is an app implemented in Material Design which shows collections of movies and two lists (popular and top) based on The Movie DB API.
- ButterKnife
- Retrofit
- Picasso
- Bypass
- Android support libs
- RxAndroid
- Sweet Alert Dialog
- Reservoir
- AVLoadingIndicatorView
- google-gson
- AndroidImageSlider
- PhotoView
- Plaid
You need to create a grandle file called gradle.properties in the root of the project and enter your keys:
- TMDBKey="Your TMDb key" - https://www.themoviedb.org/
- YoutubeKey="Your Youtube key" - https://developers.google.com/youtube/v3/getting-started
You need also to get a Google Analytics key and put the generated file google-services.json in app/ directory.
Copyright 2016 Paulo Fernando
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.