Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-09T03:36:19.000Z (almost 5 years ago)
- Last Synced: 2024-10-12T07:41:40.108Z (3 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
[![Build Status](https://travis-ci.org/oliveroneill/wilt-android.svg?branch=master)](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)![The profile screen with shimmering load](gifs/profile.gif)
![The profile screen scrolling](gifs/profile2.gif)
![The feed](gifs/feed.gif)## TODO
- Change navigation to reuse fragments when navigating. This is a limitation
of Navigation component. See discussion
[here](https://issuetracker.google.com/issues/80029773)