amit-bhandari / AB-Music-Player

Lightweight Offline Music Player for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Lightweight Offline Music Player for Android

License:Apache License 2.0


Languages

Language:Java 97.8%Language:Kotlin 2.2%