Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 1.56 KB

README.md

File metadata and controls

24 lines (14 loc) · 1.56 KB

Last.fm Gig-o-Meter

Simple application that lets you discover your 'concert compatibility' with your favourite music artists.

Download apk here.

Note: this project has a spiritual successor in form of a full-fledged social app for all your concert activities – Concert Matcher & Diary!

Idea

First (as far as I know) algorithm that tries to predict how much you would enjoy a concert by a certain artist. It works by comparing artist's songs you listen to with songs this artist plays at gigs.

The necessary data is available thanks to Last.fm and Setlist.fm via their APIs.

Technical side

Application utilizes MVP architecture, as described here.

In its work it relies on such libraries as Data Binding, RxJava, Retrofit, SQLBrite, Picasso.

Screenshots

Copyright (c) 2017 Andriy Chubko