[Android Application] ServiceDemo is an application which demonstrates the usage of 'Service' and 'Notification Manager' on your device. This application allows you to play an audio file via Service from the application, so that in case your application go to background, the audio continues playing..
ServiceDemo is hosted in the following web site
https://github.com/panwaria/ServiceDemo
If you think the Android project ServiceDemo 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 ServiceDemo.
Item | Value |
---|---|
Java File Count | 3 |
Target SDK Version | 5 |
Minimum SDK Version | 5 |
Activity Count | 2 |
jar files used | android-support-v4.jar |
Raw File Names | res\raw\sample.mp3 |
There are 1 image files in ServiceDemo. The names of the image files are listed as follows.
icon_40x40.png
The following screenshort is generated from the image listed above.
ServiceDemo has the following Java source files.
com.wireless.home.ListItemActivity.java com.wireless.home.MyListActivity.java com.wireless.home.WirelessAtHomeService.java