Changes

Jump to: navigation, search

An Overview of Android Started and Bound Services

12 bytes removed, 17:03, 29 April 2016
no edit summary
<htmlet>androidstudioandroid44</htmlet>
* '''onHandleIntent()''' – Applies only to IntentService subclasses. This method is called to handle the processing for the service. It is executed in a separate thread from the main application.
<htmlet>androidstudioandroid44</htmlet>
Note that the IntentService class includes its own implementations of the onStartCommand() and onBind() callback methods so these do not need to be implemented in subclasses.
<htmlet>androidstudioandroid44</htmlet>

Navigation menu