Moviemade - quick and easy way to discover popular movies. This is a simple TMDb client for Android with material design.
Take a look at local.properties
and fill it with your own tmdb_api_key like this:
tmdb_api_key=YOUR_OWN_TMDB_KEY
https://www.youtube.com/watch?v=H5auyhQU9fU
- Retrofit for REST API communication
- OkHttp for http & logging
- Gson to convert Java Objects into JSON and back
- RxJava2 for Retrofit & background threads
- Glide for image loading
- Dagger2 for dependency injection
- Room database
- Kotlin for simplicity
- GestureViews for gestures control
- ChipsLayoutManager for genres
- AndroidYouTubePlayer for playing videos
- AndroidAnimatedMenuItems for menu items
If you find any problems or would like to suggest a feature, please feel free to file an issue.
![Apache License 2.0](/Onemars/Moviemade/raw/master/screenshots/apache.png)
Copyright 2017 Michael Bely
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.