找回密码
 立即注册
相关推荐换一批
  1. DL/T 1233-2013 电力系统简单服务接口规范
  2. DB31/T 5000-2012 住宅装饰装修服务规范
  3. DB14/T 2042-2020 农业生产性服务指南
  4. GB/T 27400-2020 合格评定 服务认证技术通则
  5. GB 35638-2017 地理信息 位置服务 术语
  6. MZ/T 143-2019 殡葬服务公共平台基本要求
  7. GB/T 38249-2019 信息安全技术 z府网站云计算服务安全指南
  8. GB/T 33748-2017 农业社会化服务 农业科技信息服务供给规范
  9. GB∕T 33261-2016 服务机器人模块化设计总则
  10. GB∕T 29811.3-2018 信息技术 学习、教/育和培训 学习系统体系结构与服务接口 第3部?
  11. GB∕T 29811.2-2018 信息技术 学习、教/育和培训 学习系统体系结构与服务接口 第2部?
  12. GB/T 15624-2011 服务标准化工作指南
  13. LY/T 2177-2013 林业信息服务接口规范
  14. YD/T 2011-2009 基于统一IMS的业务技术要求 呼叫等待与呼叫保持业务(第一阶段)
  15. GA/T 852.6-2009 娱乐服务场所治安管理信息规范 第6部分:娱乐服务场所治安级别代码
  16. GA/T 852.7-2009 娱乐服务场所治安管理信息规范 第7部分:娱乐服务场所状态代码
  17. GA/T 852.4-2009 娱乐服务场所治安管理信息规范 第4部分:娱乐服务场所变更类型代码
  18. GA/T 852.5-2009 娱乐服务场所治安管理信息规范 第5部分:娱乐服务场所备案材料代码
  19. GA/T 852.2-2009 娱乐服务场所治安管理信息规范 第2部分:娱乐服务场所备案编号规则
  20. GB/T 24405.1-2009 信息技术 服务管理 第1部分:规范
  21. DB37/T 1113-2008 家政服务 医院陪护服务质量规范
  22. DB37/T 1112-2008 家政服务 家务服务质量规范
  23. DB37/T 1111-2008 家政服务 居家养老服务质量规范
  24. SB/T 10420-2007 饭店业星级服务人员资格条件
Service服务theServices | android开发 2022-10-28 120 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
服务(Service)是Android系统中4个使用程序组件之一(别的的组件详见3.2节的内容)。服务首要关于两个意图:后台运行和跨进程访问。通过启动一个服务,可以在不显示界面的条件下在后台运行指定的任务,这样可以不影响用户做别的办公。通过AIDL服务可以实现不同进程之间的通信,这也是服务的主要用途之一。本章内容Service的生命周期绑定Activity和Service在BroadcastReceiver中启动Service系统服务时间服务在线程中更新GUI组件AIDL服务在AIDL服务中传递杂乱的数据
Android服务Service_详解.doc

(Service is one of the four application components in the Android system (see Section 3.2 for other components). Services are primarily about two purposes: background running and cross process access. By starting a service, you can run the specified task in the background without displaying the interface. This does not affect the user's other work. AIDL service can realize communication between different processes, which is also one of the main purposes of the service. This chapter describes the life cycle of services. Bind activities and services. Start the service system in the BroadcastReceiver. Service time. Update GUI components in threads. AIDL services. Transfer messy data in AIDL services
Android Service_ Detail.doc)

[下载]16495795103.rar




上一篇:Android面试题和答案(涵盖四大组建、体系框架等)
下一篇:Android中文API—android.widget合集