oliveroneill / wilt-android

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Kotlin 100.0%