A simple movie browsing app using TMDB API as a service which contains all the information about its vast movie data library. Data provided by The Movie DB.
To run locally have your api keys in your gradle.properties file (project's root folder).
- MyTmdbapikey = < TMDB_API_KEY >
- MyTraktClientId = < TRAKT_CLIENT_ID >
- YouTubeApiKey = < GOOGLE_DATA_API_KEY > (To play movie trailers)
Mind the markedown spaces.
- Add Message Layout
- Complete Home TV Fragment.
- Add TV Detail Activity
- Add Movie Collections Activity
- Add User Account Activity
- Design Support Library The Design package provides APIs to support adding material design components and patterns to your apps.A flexible view for providing a limited window into a large data set.
- Retrofit A type-safe HTTP client for Android and Java
- Gson A Java library that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object.
- LeakCanary A memory leak detection library for Android and Java.
- Glide A fast and efficient open source media management and image loading framework for Android that wraps media decoding, memory and disk caching, and resource pooling into a simple and easy to use interface.
- OkHttp An HTTP & HTTP/2 client for Android and Java applications.
- Butter Knife Field and method binding for Android views which uses annotation processing to generate boilerplate code.
- Retrolambda Backport of Java 8's lambda expressions to Java 7, 6 and 5.
- Realm Realm is a mobile database: a replacement for SQLite & ORMs.
Copyright © 2017 Prakhar Gupta
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.







