All Projects → chrisbanes → Tivi

chrisbanes / Tivi

Licence: other
Tivi is a work-in-progress TV show tracking Android app, which connects to Trakt.tv. It is still in its early stages of development and currently only contains two pieces of UI. It is under heavy development.

Programming Languages

kotlin
9241 projects
shell
77523 projects

Projects that are alternatives of or similar to Tivi

Rcloneexplorer
rclone explorer for Android
Stars: ✭ 289 (-93.85%)
Mutual labels:  android-application
Code Editor
Acode - powerful text/code editor for android
Stars: ✭ 325 (-93.08%)
Mutual labels:  android-application
Geeknews
📚A pure reading App based on Material Design + MVP + RxJava2 + Retrofit + Dagger2 + Realm + Glide
Stars: ✭ 3,496 (-25.55%)
Mutual labels:  android-application
Popular Movies App
A simple Android app, that helps user to discover movies. Project 1 & 2 of Udacity Android Developer Nanodegree.
Stars: ✭ 293 (-93.76%)
Mutual labels:  android-application
Magicprint Ecommerce App Android
E-Commerce App Source Code for Android with Material Design Pattern Using Firebase and MySQL with Android Lottie Animations just like Flipkart, Myntra and Amazon :)
Stars: ✭ 331 (-92.95%)
Mutual labels:  android-application
Androrat
AndroRAT | Remote Administrator Tool for Android OS Hacking
Stars: ✭ 340 (-92.76%)
Mutual labels:  android-application
Kotlin Cleanarchitecture
This is a sample app that is part of a blog post I have written about how to architect android application using the Uncle Bob's clean architecture and Fernando Cejas Android-CleanArchitecture in Kotlin. Post in Spanish: http://katade.com/clean-architecture-kotlin/
Stars: ✭ 274 (-94.17%)
Mutual labels:  android-application
Canaree Music Player
Complete music player published in the Play Store. Heavily relies on Dagger, kotlin coroutines and Clean architecture.
Stars: ✭ 371 (-92.1%)
Mutual labels:  android-application
Traktflix
Trakt.tv + Netflix = ❤️
Stars: ✭ 331 (-92.95%)
Mutual labels:  trakt
Seeweather
⛅ [@deprecated]RxJava+RxBus+Retrofit+Glide+Material Design Weather App
Stars: ✭ 3,481 (-25.87%)
Mutual labels:  android-application
Ddcomponentforandroid
一套完整有效的android组件化方案,支持组件的组件完全隔离、单独调试、集成调试、组件交互、UI跳转、动态加载卸载等功能
Stars: ✭ 3,281 (-30.13%)
Mutual labels:  android-application
Amazmod
Phone/Watch app that provides a new notification system along with other features for Amazfit Pace/Stratos/Stratos3/Verge watches
Stars: ✭ 329 (-92.99%)
Mutual labels:  android-application
Android Clean Architecture Boilerplate
An android boilerplate project using clean architecture
Stars: ✭ 3,534 (-24.74%)
Mutual labels:  android-application
Traktforvlc
Automatically trakt.tv what you're watching on VLC
Stars: ✭ 292 (-93.78%)
Mutual labels:  trakt
Android Extensions
An Android library with modules to quickly bootstrap an Android application.
Stars: ✭ 356 (-92.42%)
Mutual labels:  android-application
Flicklauncher
Pixel Launcher for everyone!
Stars: ✭ 279 (-94.06%)
Mutual labels:  android-application
Packagetracker
Track your package simply on Android.
Stars: ✭ 339 (-92.78%)
Mutual labels:  android-application
Rxpresso
Easy Espresso UI testing for Android applications using RxJava.
Stars: ✭ 373 (-92.06%)
Mutual labels:  android-application
Nanoiconpack
简单轻量的图标包APP模板 Simple Android icon pack app dashboard
Stars: ✭ 368 (-92.16%)
Mutual labels:  android-application
Rcx
Rclone for Android
Stars: ✭ 338 (-92.8%)
Mutual labels:  android-application

Tivi

Tivi 📺 (work-in-progress 👷🔧️👷‍♀️)

This is not an official Google product

Tivi is a work-in-progress TV show tracking Android app, which connects to Trakt.tv.

Download

Android development

Tivi is an app that attempts to use the latest libraries and tools. As a summary:

Development setup

First off, you require the latest Android Studio Arctic Fox (or newer) to be able to build the app.

Code style

This project uses ktlint, provided via the spotless gradle plugin, and the bundled project IntelliJ codestyle.

If you find that one of your pull reviews does not pass the CI server check due to a code style conflict, you can easily fix it by running: ./gradlew spotlessApply.

API keys

You need to supply API / client keys for the various services the app uses:

You can find information about how to gain access via the relevant links.

When creating a Trakt API project, you need to set the OAuth redirect uri to app.tivi.debug://auth/oauth2callback for debug build types, or app.tivi://auth/oauth2callback for release build types.

Once you obtain the keys, you can set them in your ~/.gradle/gradle.properties:

# Get these from Trakt.tv
TIVI_TRAKT_CLIENT_ID=<insert>
TIVI_TRAKT_CLIENT_SECRET=<insert>

# Get this from TMDb
TIVI_TMDB_API_KEY=<insert>

Jetpack Compose

As mentioned above, this app's UI is completely written in Jetpack Compose. Some screens highlighted are:

Show details

[source]

Show Details demo

Episode details

[source]

Show Details demo

Account

[source]

Show Details demo

Contributions

If you've found an error in this sample, please file an issue.

Patches are encouraged and may be submitted by forking this project and submitting a pull request. Since this project is still in its very early stages, if your change is substantial, please raise an issue first to discuss it.

License

Copyright 2020 Google LLC

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

    https://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].