Giter VIP home page Giter VIP logo

compose-scrobbler's Introduction

Scrobble (WIP, name not final)

Scrobble is a wip music tracking and browsing app. It uses the Lastf.fm API to realize music tracking and browsing and the Spotify API for additional artist artwork.

This app is very much work in progress and still in heavy development. Im building this app to learn Android development using best practises and also cutting edge technologies.

Development Setup

The project requires a version of Android Studio which supports Jetpack Compose. Currently it is supported by Android Studio 4.2 Canary.

API Keys

The app uses various APIs to deliver dynamic data. You need to supply your own API keys for Last.fm and Spotify.

After you obtained the api keys you can provide them to the app by putting the following in the gradle.properties file in your user home:

# Get these from Last.fm
lastfmKey = <insert>
lastFmSecret = <insert>

# Get this from Spotify
spotifyAuth = <insert>

Linux/Mac: ~/.gradle/gradle.properties Windows: C:\Users\USERNAME\.gradle

Architecture

• Dependency Injection: Dagger Hilt

app (User Interface)

• 1 Activity, no Fragments

• UI Toolkit: Jetpack Compose

• Image Loading: Coil

• Viewmodel: Jetpack Viewmodel

database (Local Data Source)

• SQLite abstraction: Jetpack Room

lastfm (Remote Data Source)

• HTTP Client: Retrofit

• Json Parser: Moshi

repo (Repository)

• Data loading & cashing: Store

• Task schedule and execution: Jetpack WorkManager

compose-scrobbler's People

Contributors

nschnettler avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.