2013年9月24日

Android中Service(服务)详解

摘要: Service是Android中四大组件之一,在Android开发中起到非常重要的作用,先来看一下官方对Service的定义:A Service is an application component that can perform long-running operations in the background and does not provide a user interface. Another application component can start a service and it will continue to run in the background even 阅读全文

posted @ 2013-09-24 21:31 leihupqrst 阅读(285) 评论(0) 推荐(0)

导航