Demo project showing how to use an IntentService within Android..
ServiceDemo is hosted in the following web site
https://github.com/davidjrichardson/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 |
Supported screen sizes | [mdpi, xxhdpi, hdpi, xhdpi] |
Target SDK Version | 19 |
Minimum SDK Version | 16 |
Activity Count | 1 |
Fragment Count | 1 |
There are 8 image files in ServiceDemo. The names of the image files are listed as follows.
ic_service_notification.png scrubber_control_disabled_holo.png scrubber_control_focused_holo.png scrubber_control_normal_holo.png scrubber_control_pressed_holo.png scrubber_primary_holo.9.png scrubber_secondary_holo.9.png scrubber_track_holo_light.9.png
The following screenshort is generated from the image listed above.
ServiceDemo has the following Java source files.
uk.co.tankski.fiddle.ServiceFiddleActivity.java uk.co.tankski.fiddle.fragment.ServiceDemoFragment.java uk.co.tankski.fiddle.service.ServiceDemoService.java