Git Product home page Git Product logo

jade-player's Introduction

Jade Player

Jade Player is a media player for Android. The goal is to implement a local audio & video playback while doing online radio streaming. However, only audio playback has been fully implemented. I also hope to integrate lyrics and sound identification

Design

  • MVVM architecture
  • Used HTTP for REST calls and Glide custom loaders for image loading
  • Fetched album and artist images from Spotify and Last.fm
  • Employed Jetpack Components like Data Binding, LiveData, Navigation, Room (for storing recently saved tracks)
  • Used Timber for logging and Firebase Crashlytics for crash data collection
  • I Applied ExoPlayer and I borrowed heavily from Universal Android Music Player for playback management
  • Used Koin for service locator

Building

  1. Clone the repo to your local machine
  2. Spin up a Firebase project and start a collection named "properties" in Cloud Firestore. Then add a document named "keys" to it. Finally add the following field-value pairs:
Field Value
acrHost "VALUE"
acrKey "VALUE"
acrKeyFile "VALUE"
acrSecret "VALUE"
acrSecretFile "VALUE"
lastFmKey "VALUE"
spotifyClientId "VALUE"
spotifySecret "VALUE"

Please, remember to use a rule that allows unauthenticated reads.

  1. Add the app to the Firebase project and save google-services.json to PROJECT/app folder
  2. Open and run the the project with Android Studio 3.x

Contribution

Feature requests, issues and pull requests are welcome.

Credits

Jerryson Ibe: UI/UX Designer ( Dribble | Behance)

Isma'il Ahmad: Graphic Artist ( Dribble | Behance | Instagram)

jade-player's People

Contributors

wilburx9 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.