Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.14 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.14 KB

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