CODE.MARKET
Search main icon svg
Enter ↵

Android Music Player - Online MP3 (Songs) App

Author userpic
by inspithemes
Android Music Player - Online MP3 (Songs) App Android Music & Video streaming Mobile App template

Description

Android Music Player - Online MP3 (Songs) App - 1 Android Music Player - Online MP3 (Songs) App - 2 Android Music Player - Online MP3 (Songs) App - 3 Android Music Player - Online MP3 (Songs) App - 4

This is android application for Music Player. It play online songs as well as offline songs stored in phone. User can play music in background as well managing play from notification. Create your own music player app by doing required changes which are stated in document.The application is specially optimized to be extremely easy to configure and detailed documentation is provided. Listen and enjoy unlimited songs.

Android Music Player - Online MP3 (Songs) App - 5 Android Music Player - Online MP3 (Songs) App - 6

Android Music Player - Online MP3 (Songs) App

Download DEMO APK: Click Here

Demo Admin

Username: admin
Password: admin

Android Music Player - Online MP3 (Songs) App Android Music Player - Online MP3 (Songs) App

Features

  1. Online/Offline Music Player
  2. Secured API Calls
  3. Play, Pause, Next and Previous Options for Songs
  4. Repeat and Shuffle Songs
  5. Categories, Albums, Artist, Playlists, Local Playlist features for Online Songs
  6. Artist wise albums
  7. Local Playlist, Albums, Artist, Song list features for Offline Songs
  8. Rate your favourite online songs
  9. Add to Queue option to add any song to your currently playing queue
  10. Share Online Songs(name + app link) and Offline Songs(audio file)
  11. Trending Songs and Recent Songs in Home Page
  12. Latest Albums and Artist in Home Page
  13. Suggest Song and Report Song
  14. Can select online mp3 app when playing song from file manager
  15. Download and view counts
  16. Download your Favourite Song and Share with your friends
  17. Downloaded songs can be only played in this app, cannot play in other apps
  18. Load More feature in Songs, Albums, Artist, Categories list
  19. Also if You want to Bookmark Online Song You Can Add to Favourite and Access Anytime
  20. Beautiful Designed player with repeat and shuffle option
  21. Navigation View for easy navigation in app
  22. You can add song by uploading or providing download link in admin panel
  23. You can increase or decrease volume too from app
  24. Supports RTL
  25. On/Off Download Song feature from admin
  26. On/Off Push Notification Option in app
  27. One Signal Push Notification
  28. Send notification through admin panel
  29. Admob with Banner and Interstitial ads Integrated
  30. App comply with GDPR
  31. Manage Ad details from admin panel
  32. Firebase Analytics
  33. You can also change frequency on interstitial ad to show after number of click in admin panel
  34. Android Studio Code (Recommended Studio Version – 3.3)
  35. Supports Dark Mode
  36. Login with Email/Google/Facebook
  37. Facebook Ads (Banner/Interstitial/Native)
  38. Admob Ads (Banner/Interstitial/Native)

Admin Side

  1. Easy Admin Panel.
  2. Simple and Attractive Admin Panel.
  3. Display Total Uploaded Category and Mp3 Songs List.
  4. Manage Category.
  5. Artist and Album Manage
  6. MP3 Songs and Playlist Manage
  7. Json Service.

What You Get:

  1. Full Android Source Code
  2. Full Php Code of Server Side.
  3. PSD Design
  4. Full Document with Screen Shot

Android Music Player - Online MP3 (Songs) App - 7

Android Music Player - Online MP3 (Songs) App - 8

ARE YOU LOOKING TO PURCHASE MORE POPULAR APPS FOR THE ENTERTAINMENT CATEGORY ?

Here are the best deal for you, let’s SAVE 45$.

Android Music Player - Online MP3 (Songs) App - 9

Five Apps in 1 Bundle.

  1. Android Live TV
  2. HD Wallpaper
  3. Online Radio
  4. All in one Video
  5. Online MP3

Android Music Player - Online MP3 (Songs) App - 10

Android Music Player - Online MP3 (Songs) App - 11

Change Log

12-September-2020

- Bugs Fixed
- Document Updated

08-September-2020

Android

- Added Dark Mode
- Added Google and Facebook Login
- Favourite are now stored in server (User login is mandatory)
- User login is mandatory for ratings also
- Removed option to hide login.
- Added Facebook Ads (Banner/Interstitial/Native)
- Added Native ads (admob)
- Updated SDK
- Updated Document
- Bug Fixed

PHP

- Add Graphs in Admin Dashboard for Users Analysis
- Add App Update Popup Module
- Manage Facebook Ads (Banner/Interstitial/Native)
- Manage Admob Ads (Banner/Interstitial/Native)
- Document Updated
- Bug Fixed

25-October-2019

- Solved cryptographic encryption pattern warning.
- Downloaded Songs are now not stored as cache
- Downloaded Songs are now not downloading again
- PHP bug fixed

18-October-2019

- Solved cryptographic encryption pattern warning.
- Downloaded Songs are now not stored as cache

06-August-2019

- Updated Code and other libraries to Support SDK 28
- Added option to turn off login/register section from android source code
- Document Updated
- Need to add ADMOB APP ID in android source code. Please refer doc
- Android Bug fixes
- Admin Panel Bug fixes
- Code Compatible till Android 9.0 and Android Studio 3.3 (recommended)

30-May-2019

Android
- Bug fixes 

Replace this files

1 - PlayerService.java - app > com > vpapps > onlinemp3 > PlayerService.java

2 - BaseActivity.java - app > com > vpapps > onlinemp3 > BaseActivity.java

4 - FragmentHome.java - app > com > vpapps > fragment > FragmentHome.java

3 - Constant.java - app > com > vpapps > utils > Constant.java

5 - StreamDataSource.java -  - app > com > vpapps > utils > StreamDataSource.java

6 - Encrypter.java - app > com > vpapps > utils > Encrypter.java

7 - DownloadService.java - app > com > vpapps > onlinemp3 > DownloadService.java

PHP 
- Replace 1 files
1 - includes/app.default file

Also copy all code from app.default and replace in api.php

Note :- Ignore this if you have buyed this app after the update i.e. after 30-5-2019

15-May-2019

Android
- Replace 3 files

1 - Encrypter.java - app > com > vpapps > utils > Encrypter.java
2 - FragmentDownloads.java - app > com > vpapps > fragment > FragmentDownloads.java
3 - SongByCatActivity.java - app > com > vpapps > onlinemp3 > SongByCatActivity.java

Also check updated document.

PHP 
- Replace 1 files
1 - includes/app.default file

Also copy all code from app.default and replace in api.php

Note :- Ignore this if you have buyed this app after the update i.e. after 15-5-2019

13-May-2019

- Secured API calls
- Downloaded songs can be only played in this app, cannot play in other apps
- Artist wise albums
- Improved Search, can search from all albums, artist and songs
- Login/Registration/Profile
- Suggest Song
- Report Song
- Document Updated
- Bug fixed

28-January-2019

If you are updating code from 20 December 2018 then you just have to replace these files
Android :-
1 - OnlineMp3 > app > src > main > java > com > vpapps > onlinemp3 > PlayerService.java
2 - OnlineMp3 > app > src > main > java > com > vpapps > fragment > FragmentHome.java
3 - OnlineMp3 > app > src > main > java > com > vpapps > utils > DBHelper.java

20-December-2018

- Download and view counts are back
- Added option to select online mp3 app when playing song from file manager
- Load More feature added in Songs, Albums, Artist, Categories list
- Bug fixes 

11-December-2018

- UI Updated
- Added Offline Music Library
- Trending Songs Features Added
- Playlist, Artist, Albums, Songs list for Offline songs
- Beautiful New Design
- Added New Home Banner Section in Admin
- Add to Playlist, Add to Queue, Search YouTube, Share Options Added in Song List
- Set As Ringtone/Alarm/Notification Tone Feature Added for Offline song

27-June-2018

- App Comply with GDPR 
- Added count for downloads and views 
- Added Firebase Analytics 
- Send Notification through admin panel 
- Add Admob and Onesignal Details in Admin Panel 
- Bug fix 
- New Designed Admin Panel 
- Document Updated
- Code Compatible till Android 8.1 and Android Studio 3.1.2 (recommended) 

12-April-2018

- UI Updated
- User can create/delete playlist and add songs
- User can now rate songs
- Universal Search: Search option in whole app searches song name from whole database and displays song list
- Updated Libraries
- Code Optimization
- Bug fix
- Code Compatible till Android 8.0 (Oreo) and Android Studio 3.0.1

15-September-2017

- removed song link when sharing song  and added app playstore link
- solved offline crash bug
- other minor bug fix

06-September-2017

- Added downloads page to play downloaded(downloaded from the app) songs
- Minor bug fix

07-July-2017

 - Supports RTL
 - Bug fixed

17-June-2017

- Download crash issue fixed
- Splash loading issue fixed
- Bug fixed

13-June-2017

- UI Updated
- Code Optimization
- Player handled through notification
- Playing song when app closed (background playing)
- Easy To Customize.

Product tags

    • Author support included
    • Lifetime access to product repository
    • Lifetime product updates included
    This product cannot be purchased because the author did not add the download file or deleted it. Ask the author in the comments about this.

    Related products