All Projects → marcuspimenta → BESTV

marcuspimenta / BESTV

Licence: other
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.

Programming Languages

kotlin
9241 projects

Projects that are alternatives of or similar to BESTV

Android-Starter-Kit
This is up-to-date android studio project for native android application, that is using modern tools and libraries.
Stars: ✭ 16 (-67.35%)
Mutual labels:  clean-architecture, mockito, dagger2, rxjava2, retrofit2, mvp-android
Kotlinmvparchitecture
Clean MVP Architecture with Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Added Unit Tests(Kotlin Tests)!
Stars: ✭ 143 (+191.84%)
Mutual labels:  clean-architecture, dagger2, retrofit2, mvp-android, unit-test
Rxapp
Stars: ✭ 108 (+120.41%)
Mutual labels:  dagger2, glide, rxjava2, retrofit2, mvp-android
Mvpframes
整合大量主流开源项目并且可高度配置化的 Android MVP 快速集成框架,支持 AndroidX
Stars: ✭ 100 (+104.08%)
Mutual labels:  dagger2, glide, rxjava2, retrofit2, mvp-android
Kotlinrxmvparchitecture
Clean MVP Architecture with RxJava + Dagger2 + Retrofit2 + Mockito + Fresco + EasiestGenericRecyclerAdapter using Kotlin. Includes Unit Tests(Kotlin Tests)!
Stars: ✭ 94 (+91.84%)
Mutual labels:  clean-architecture, dagger2, retrofit2, mvp-android, unit-test
LittleLight
An Android app that uses Destiny's API to interact with in-game inventory.
Stars: ✭ 19 (-61.22%)
Mutual labels:  clean-architecture, dagger2, rxjava2, retrofit2, mvp-android
MVPArchitecture
Android MVP architecture in Kotlin using Dagger2, RxJava2, Retrofit2 and so on
Stars: ✭ 27 (-44.9%)
Mutual labels:  clean-architecture, dagger2, rxjava2, retrofit2, mvp-android
Kotlin Modular Tdd Coroutines Mvvm
A sample Kotlin app which was built with modular structure, Kotlin DSL, Kotlin Coroutines, TDD and MVVM patterns.
Stars: ✭ 256 (+422.45%)
Mutual labels:  clean-architecture, dagger2, glide, retrofit2, modularization
Android tmdb clean architecture
Showcase of clean architecture concepts along with Continuous Integration and Development for modular Android applications. Includes test suits (functional and unit tests) along with code coverage.
Stars: ✭ 63 (+28.57%)
Mutual labels:  clean-architecture, mockito, dagger2, retrofit2, mvp-android
BakingApp
Udacity Android Developer Nanodegree, project 2.
Stars: ✭ 54 (+10.2%)
Mutual labels:  dagger2, glide, rxjava2, retrofit2, mvp-android
flickr-android
A small sample app to showcase architecting app using Clean Architecture and MVVM
Stars: ✭ 25 (-48.98%)
Mutual labels:  clean-architecture, dagger2, rxjava2, retrofit2
catchflicks
🎬 Kitchen sink project for learning android concepts 🎬
Stars: ✭ 12 (-75.51%)
Mutual labels:  dependency-injection, dagger2, glide, retrofit2
Android Mvp Architecture
🏛 A basic sample android application to understand MVP in a very simple way. Just clone, build, run and understand MVP.
Stars: ✭ 203 (+314.29%)
Mutual labels:  clean-architecture, mockito, mvp-android, unit-test
Mvpandroid
Sample app to demonstrate MVP (Model - View - Presenter) architecture in android
Stars: ✭ 91 (+85.71%)
Mutual labels:  dependency-injection, mockito, dagger2, mvp-android
Android App Architecture Mvvm Databinding
A simple but complete project (in both Java & Kotlin) to demonstrate the Android application architecture with MVVM pattern, a client app for The Movie DB Web API. Dagger2 is used for dependency injection and RxJava is used for RFP (Reactive Functional Programming).
Stars: ✭ 69 (+40.82%)
Mutual labels:  dependency-injection, mockito, dagger2, rxjava2
Dagger2
Kotlin Dagger2 example project
Stars: ✭ 145 (+195.92%)
Mutual labels:  dependency-injection, dagger2, rxjava2, retrofit2
Modular App Core
Core implementations for a modular Android App
Stars: ✭ 127 (+159.18%)
Mutual labels:  clean-architecture, dagger2, retrofit2, modularization
Muvi
Very simple project to show a collection of Movie from MovieDb with a minimalist design
Stars: ✭ 46 (-6.12%)
Mutual labels:  movie, clean-architecture, dagger2, rxjava2
InstantAppStarter
Starter Project Structure for Android Instant app. https://blog.mindorks.com/android-mvp-architecture-with-instant-app-support-11ba48241a82
Stars: ✭ 44 (-10.2%)
Mutual labels:  dagger2, rxjava2, retrofit2, mvp-android
GithubApp-android-architecture
Let's learn a deep look at the Android architecture
Stars: ✭ 16 (-67.35%)
Mutual labels:  clean-architecture, dagger2, rxjava2, retrofit2

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

  • 100% Kotlin
  • Android TV
  • Clean Architecture
  • Android Architecture Components
  • Dependency Injection

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

  • Show the top movies and tv shows
  • Show the top movies and tv shows by genre
  • Details about a work including the casts, the videos, the similar and recommended works
  • Details about a cast including the credits
  • Search the movies and the tv shows by title

Modules

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

TODO

  • Improve the test coverage
  • Give support to more languages
  • Create a introduction guide to show the features when the users open the app the first time

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.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].