Example of binding and unbinding to the {@link RemoteService}.
This demonstrates the implementation of a service which the client will
bind to, receiving an object through which it can communicate with the service.
Demo
App/Service/Remote Service Binding
Source files
src/com/google/android/samples/app/RemoteServiceBinding.java |
The Remote Service Binding implementation |
src/com/google/android/samples/app/RemoteService.java |
The implementation of the service itself |
/res/any/layout/local_service_binding.xml |
Defines contents of the screen |
|