https://github.com/oliveroneill/wilt-android
Android client for Wilt - An app for tracking the artists you listen to
https://github.com/oliveroneill/wilt-android
android firebase jetpack-android kotlin pagedlistadapter room-persistence-library viewmodel
Last synced: 5 months ago
JSON representation
Android client for Wilt - An app for tracking the artists you listen to
- Host: GitHub
- URL: https://github.com/oliveroneill/wilt-android
- Owner: oliveroneill
- License: mit
- Created: 2019-06-19T09:09:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-02-09T03:36:19.000Z (over 5 years ago)
- Last Synced: 2025-01-07T14:11:28.858Z (6 months ago)
- Topics: android, firebase, jetpack-android, kotlin, pagedlistadapter, room-persistence-library, viewmodel
- Language: Kotlin
- Homepage:
- Size: 5.25 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Wilt - What I Listen To
[](https://travis-ci.org/oliveroneill/wilt-android)
This is an Android client for displaying Wilt metrics.
External project components:
- [Server-side and browser client](https://github.com/oliveroneill/wilt) (using Firebase and BigQuery)
- [iOS app](https://github.com/oliveroneill/wilt-ios)## Installation
Create a file called `app/src/main/res/values/secrets.xml` with contents:
```xml
ENTER-CLIENT-ID-HERE
ENTER-REDIRECT-URI
```
Put your `google-services.json` file in `app/`. Generate this file via the
Firebase console for Android integration.## The app in action
(Apologies for the bad compression)

## TODO
- Change navigation to reuse fragments when navigating. This is a limitation
of Navigation component. See discussion
[here](https://issuetracker.google.com/issues/80029773)