A sample application created by Marakana to support Android training courses.
AudioPlayerDemo is hosted in the following web site
https://github.com/twitter-university/AudioPlayerDemo
If you think the Android project AudioPlayerDemo listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of AudioPlayerDemo.
Item | Value |
---|---|
Java File Count | 4 |
Supported screen sizes | [ldpi, mdpi, hdpi, xhdpi] |
Target SDK Version | 15 |
Minimum SDK Version | 8 |
Activity Count | 1 |
Required Permissions | android.permission.INTERNET android.permission.WAKE_LOCK |
Raw File Names | res\raw\test_cbr.mp3 |
There are 10 image files in AudioPlayerDemo. The names of the image files are listed as follows.
ic_audio_ring_notif.png ic_audio_vol.png ic_audio_vol_mute.png ic_media_ff.png ic_media_next.png ic_media_pause.png ic_media_play.png ic_media_previous.png ic_media_rew.png ic_media_stop.png
The following screenshort is generated from the image listed above.
AudioPlayerDemo has the following Java source files.
com.marakana.android.audioplayerdemo.AudioPlayerActivity.java com.marakana.android.audioplayerdemo.AudioPlayerService.java com.marakana.android.audioplayerdemo.IAudioPlayerServiceImpl.java com.marakana.android.audioplayerdemo.RemoteControlReceiver.java