JcPlayer
A simple audio player for Android that you can plugin to your apps quickly get audio playback working.
New features
- Raw files
- Asset Files
- Local files
Gradle Dependency (Project level)
Gradle Dependency (Module level)
Getting Started
You only need a JcPlayerView on your Layout Activity/Fragment. All the controls and everything else are created by the player view itself.
Code Setup
Find your JcPlayerView xml and...
Option 1: Just init a playlist
Option 2: Initialize an anonymous playlist with a default title for all
Option 3: Initialize an playlist with a custom title for all
Call the notification player where you want.
OR
How can I get callbacks of player status?
Custom layout
You can customize the player layout by manipulating theses attributes.