Skip to content
This repository has been archived by the owner on Nov 12, 2024. It is now read-only.

amit-bhandari/AB-Music-Player

Repository files navigation

AB-Music-Player

Android Language Badge Java Language Badge amit-bhandari GitHub badge

Lightweight Offline Music Player for Android (Downloaded over 90k times on store, rated 4.5)

Build steps

  • Clone the project in your system.

  • Create keystore.properties file in project root directory with content as following

    storeFile=/path/to/signing/key.jks <br/>
    storePassword=<insert keystore password> <br/>
    keyAlias= <insert key alias> <br/>
    keyPassword=<insert key password> <br/>
    
  • [Important] Some features of AB Music need firebase connection (Lyric cards). If you don't want to connect to firebase, just comment this line in application level build.gradle file --> "apply plugin: 'com.google.gms.google-services'"
    OR
    Sign up for Google Firebase account if you don't already have one. Create new project there. Get google-services.json file from Project Settings and put it under app/ directory. Make sure you match application id with id in google-services.json

  • Use Android studio 3.+ and latest build tools version and gradle.

  • And that shall be it.

Have a look here for demo --> https://play.google.com/store/apps/details?id=com.bhandari.music&hl=en

Check it on your device by downlaoding from store

Get it on Google Play

alt text

alt text

alt text

alt text

alt text

alt text

alt text

License

The MIT License (MIT)

Copyright (c) 2016 Danylyk Dmytro

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.