找回密码
 立即注册
相关推荐换一批
  1. YDB 143.3-2014 面向政务的云服务 第3部分:云数据库服务要求
  2. YDB 143.2-2014 面向政务的云服务 第2部分:对象存储服务要求
  3. YDB 143.1-2014 面向政务的云服务 第1部分:云主机服务要求
  4. YDB 085.1-2012 近场通信(NFC)安全技术要求 第1部分: NFCIP-1 安全服务和协议
  5. YD/T 2717-2014 云运维管理接口技术要求
  6. YY/T 0736-2009/IEC/TR 62266 :2002 医用电气设备DICOM在放射治疗中的应用指南
  7. YD/T 3164-2016 互联网资源协作服务信息安全管理系统技术要求
  8. YD/T 3084-2016 基于公用通信网络的汽车信息化服务支撑平台与车载终端的接口技术要求
  9. YD/T 3242-2017 生物灾害防治和预警系统信息发布网络接口技术要求
  10. YD/T 3085-2016 基于公用通信网络的汽车信息化服务支撑平台与汽车厂商业务平台的接?
  11. YD/T 2958-2015 虚拟桌面服务运维管理技术要求
  12. YD/T 2880-2015 域名服务业务连续性管理要求
  13. GB/T 38716-2020 中小学生安全教/育服务规范
  14. GB/T 38703-2020 汽车货运D理服务质量要求
  15. YD/T 2781-2014 电信和互联网服务用户个人信息保护定义及分类
  16. YD/T 2782-2014 电信和互联网服务 用户个人信息保护 分级指南
  17. YD/T 2712-2014 互联网服务拨测技术要求
  18. YD/T 2704-2014 电信信息服务的安全准则
  19. YD/T 2669-2013 电信网和互联网 第三方安全服务能力评定准则
  20. YD/T 3197-2016 基于 M2M 技术的旅游信息服务总体技术要求
  21. GB/T 39439-2020 电子商务第三方仓储服务管理规范
  22. GB/T 39473-2020 北斗卫星导航系统公开服务性能规范
Service服务theServices | android开发 2022-10-28 111 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合集