码迷,mamicode.com
首页 > 其他好文 > 详细

混合方式开启服务

时间:2017-02-19 18:10:10      阅读:135      评论:0      收藏:0      [点我收藏+]

标签:bind   tar   应用   cal   str   步骤   bin   start   调用   

* 应用场景:既想服务长期运行在后台,又想调用服务里的方法

* 推荐步骤:

  1. startService保证服务长期运行在后台

  2. bindService绑定服务调方法

  3. unBindService解绑服务,只调用onUnBind不在调用onDestroy

  4. stopService停止服务,调用onDestroy

混合方式开启服务

标签:bind   tar   应用   cal   str   步骤   bin   start   调用   

原文地址:http://www.cnblogs.com/loaderman/p/6416289.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!