摘要: Managing the Lifecycle of a Service The lifecycle of a service is much simpler than that of an activity. However, it's even more important that you pa 阅读全文
posted @ 2016-09-22 23:47 f9q 阅读(506) 评论(0) 推荐(0) 编辑
摘要: Bound Services 1.In this document The Basics Creating a Bound Service Extending the Binder class Using a Messenger Binding to a Service Additional not 阅读全文
posted @ 2016-09-22 23:09 f9q 阅读(198) 评论(0) 推荐(0) 编辑
摘要: 1.Creating a Started Service A started service is one that another component starts by calling startService(), resulting in a call to the service's on 阅读全文
posted @ 2016-09-22 16:32 f9q 阅读(503) 评论(0) 推荐(0) 编辑
摘要: Services 简介和分类 A Service is an application component that can perform long-running operations in the background and does not provide a user interface. 阅读全文
posted @ 2016-09-22 15:55 f9q 阅读(404) 评论(0) 推荐(0) 编辑