marcuspimenta / BESTV

Android TV App powered by TMDb. It is a easy way to find the best TV content, the top movies, series... all of that in your TV.
60 stars 21 forks source link
android-tv clean-architecture dagger2 dependency-injection glide kotlin lottie mockito modularization movie mvp-android retrofit2 rxjava2 series tmdb top-movies tv tvshow unit-test

BESTV

Kotlin Version

Android TV App powered by TMDb

It is a easy way to find the best TV content, the top movies, series... all of that in your TV.

The goal of the project is to be a guide line about Android TV, that shows how to use the Leanback library from Google. The project also uses the popular libraries and tools from the Android ecosystem.

The main widgets from Android TV are used: BrowseSupportFragment, SearchSupportFragment, DetailsSupportFragment, VerticalSupportFragment.

Project

Tech-stack

This project uses the popular libraries and tools from the Android ecosystem.

API Documentation

BESTV uses the version 3 of The Movie Database (TMDb) API. You can find all the documentation about the requests and the responses responses there.

API Keys

BESTV uses The Movie DB API in order to fetch all the data, but is not endorsed or certified by TMDb. To be able to run this application you have to create an API KEY from The Movie DB and place it in your gradle file.

buildConfigField "String", "TMDB_API_KEY", "YOUR API KEY HERE"

Features

Modules

The app is modularized. We can see the dependency graph with all the modules.

TODO

References

Licence

Copyright (c) 2018 Marcus Pimenta

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.