Service生命周期
IntentService:
onStartCommand:
Start_redeliver_intent:
onCreate(){}
onStartCommand(){}
onHandleIntent(Intent argo){}
onDestory(){}
BoundService:
Binder机制:
bound service生命周期
Service生命周期
IntentService:
onStartCommand:
Start_redeliver_intent:
onCreate(){}
onStartCommand(){}
onHandleIntent(Intent argo){}
onDestory(){}
BoundService:
Binder机制:
bound service生命周期