Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Tivi | 6,137 | a day ago | 17 | apache-2.0 | Kotlin | |||||
Tivi is a TV show tracking Android app, which connects to trakt.tv | ||||||||||
Kalertdialog | 161 | 18 days ago | 1 | March 26, 2019 | 1 | apache-2.0 | Java | |||
AlertDialog for Android, a beautiful and material alert dialog to use in your android app. | ||||||||||
Mytargets | 61 | 3 years ago | 85 | gpl-2.0 | Kotlin | |||||
Android app, which helps archers keep track of their training progress | ||||||||||
Testleavesloading | 54 | 4 years ago | Java | |||||||
Android 自定义 View 之 LeavesLoading | ||||||||||
Geyserandroid | 38 | 2 years ago | 5 | mit | Java | |||||
Geyser Android is an Android app version of Geyser. | ||||||||||
Progressx | 20 | 14 days ago | apache-2.0 | Java | ||||||
A material style progress wheel that you can integrate into your app | ||||||||||
Fivethingskotlin | 12 | 5 years ago | 3 | Kotlin | ||||||
Android app for my Five Things project [temporarily on hold] | ||||||||||
Liftlog | 6 | 7 years ago | 1 | Java | ||||||
Android app to track exercise training progress | ||||||||||
Simplister | 6 | 4 years ago | Java | |||||||
A work-in-progress repo with a simple Android To-Do list app (SDK v21, Lollipop 5.0) written in Java built with Gradle. | ||||||||||
Todolist | 6 | 6 months ago | gpl-3.0 | Java | ||||||
A simple yet powerful to-do list app |
This is not an official Google product
Tivi is a work-in-progress TV show tracking Android app, which connects to Trakt.tv.
Tivi is an app that attempts to use the latest libraries and tools. As a summary:
First off, you require the latest Android Studio Flamingo (or newer) to be able to build the app.
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
.
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>
As mentioned above, this app's UI is completely written in Jetpack Compose. Some screens highlighted are:
[source]
[source]
[source]
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.
Copyright 2016-2021 Google LLC
Copyright 2023 Christopher Banes
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.