Example of explicitly starting and stopping the {@link RemoteService}.
This demonstrates the implementation of a service that runs in a separate
process from the rest of the application, which is explicitly started and stopped
as desired.
Demo
App/Service/Remote Service Controller
Source files
src/com/google/android/samples/app/RemoteServiceController.java |
The Remote Service Controller implementation |
src/com/google/android/samples/app/RemoteService.java |
The implementation of the service itself |
/res/any/layout/local_service_controller.xml |
Defines contents of the screen |
|