Android Open Source - Development activity BoundServices






Project Summary

Android App example shows using Bound Service from activity. Bound Service has a worker thread to do work at, and the main thread to handle the requests and commands from the activity (this may be unnecessary, it's just for example!).

Web Site / Source Repository

BoundServices is hosted in the following web site
https://github.com/YasserRabee/BoundServices

If you think the Android project BoundServices listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.

Project Detail

The following table is the detailed list of BoundServices.

ItemValue
Java File Count2
Target SDK Version19
Minimum SDK Version8
Activity Count1
jar files usedandroid-support-v4.jar




Java Source Files

BoundServices has the following Java source files.

com.learn.boundservice.BoundActivity.java
com.learn.boundservice.BoundService.java