Skip to content

Android client for Wilt - An app for tracking the artists you listen to

License

Notifications You must be signed in to change notification settings

oliveroneill/wilt-android

Repository files navigation

Wilt - What I Listen To

Build Status

This is an Android client for displaying Wilt metrics.

External project components:

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)

The profile screen with shimmering load The profile screen scrolling The feed

TODO

  • Change navigation to reuse fragments when navigating. This is a limitation of Navigation component. See discussion here

Releases

No releases published

Packages

No packages published

Languages