An Android client for displaying Wilt metrics
Wilt - What I Listen To
This is an Android client for displaying Wilt metrics.
The server-side and browser version of the client is here. The server-side uses Firebase and BigQuery. The iOS app is available here.
Installation
Create a file called app/src/main/res/values/secrets.xml
with contents:
<resources>
<string name="spotify_client_id">ENTER-CLIENT-ID-HERE</string>
<string name="spotify_redirect_uri">ENTER-REDIRECT-URI</string>
</resources>
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