Android Service Methods
/Android Services can be configured to run in the same thread as the interface activity or a separate background thread. The diagram below from the video training course Learning Android App Programming details the methods used to start, stop and send messages to a service.