Giter Club home page Giter Club logo

music-map's Introduction

Application shows places used for performing or producing music.

Goals

  • Based on MusicBrainz API and MapBox SDK
  • Displayed places should be open from 1990
  • Every pin has a lifespan, meaning after it expires, pin should be removed from the map. Lifespan calculation: open_year - 1990 = lifespan_in_seconds. Example: 2017 - 1990 = 27s
  • Places returned per request should be limited, but all places must be displayed on map. For example there 100 places for search term, but limit is 20, so application need to do 5 requests to get all the places
  • MusicBrainz API has a limit of server requests. After 15 requests, server returns error 503, so huge responses could be cut

How to build

To build the project:

  • create a secret.properties file in the project's main folder and paste this line:

MapBoxAccessToken=YourAccessToken

  • Open Android Studio preferences -> Build, Execution, Deployment -> Compiler -> Turn off Configure on demand.

[Gradle 4.6 users: If you're using either Android Plugin for Gradle 3.0.1 or 3.1.0 with Gradle 4.6, you should disable configuration on demand to avoid some unpredictable build errors. This issue should be fixed in a future version of the plugin.] Source: https://developer.android.com/studio/build/optimize-your-build

music-map's People

Contributors

marcingrabowski91 avatar grabiarz avatar

Watchers

Tautvydas Slegaitis 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.