This is an Android client for displaying Wilt metrics.
External project components:
- Server-side and browser client (using Firebase and BigQuery)
- iOS app
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.
(Apologies for the bad compression)
- Change navigation to reuse fragments when navigating. This is a limitation of Navigation component. See discussion here