public class LocalServiceBinding extends android.app.Activity
Example of binding and unbinding to the {@link LocalService}.
This demonstrates the implementation of a service which the client will
bind to, receiving an object through which it can communicate with the service.