All Projects → amit-bhandari → AB-Music-Player

amit-bhandari / AB-Music-Player

Licence: Apache-2.0 License
Lightweight Offline Music Player for Android

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects
AIDL
53 projects

AB-Music-Player

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

Open sourced code for the offline music player developed by me.

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
storePassword=
keyAlias=
keyPassword=

  • [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

Some screenshots

alt text

alt text

alt text

alt text

alt text

alt text

alt text

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].