找回密码
 立即注册
相关推荐换一批
  1. YD/T 2284-2011 终端光组件用光纤带
  2. YY 0009-1990 500mA医用诊断X射线机
  3. YY 0007-1990 200mA医用诊断X射线机
  4. YY 0008-1990 300mA医用诊断x射线机
  5. YY/T 0609-2007 医用诊断X射线管组件通用技术条件
  6. YDB 025-2008 光通信用半导体激光器组件技术条件 2.5Gb/s 电吸收调制半导体激光器组
  7. YY/T 0946-2014 心脏除颤器植入式心脏除颤器用DF-1连接器组件尺寸和试验要求
  8. YY/T 0892-2013 医用诊断X射线管组件泄漏辐射测试方法
  9. YY/T 0609-2018 医用诊断X射线管组件通用技术条件
  10. YD/T 1997.3-2015 通信用引入光缆 第3部分:预制成端光缆组件
  11. YY/T 0799-2010 医用气体低压软管组件
  12. YY/T 0487-2010 一次性使用无菌脑积水分流器及其组件
  13. NB/T 42104.2-2016 地面用晶体硅光伏组件环境适应性测试要求第2部分:干热气候条件
  14. NB/T 42104.3-2016 地面用晶体硅光伏组件环境适应性测试要求第3部分:湿热气候条件
  15. NB/T 42104.1-2016 地面用晶体硅光伏组件环境适应性测试要求第1部分:一般气候条件
  16. YD/T 3092-2016 通信局(站)用接地铜排组件技术要求和检测方法
  17. YD/T 3129.2-2017 通信用集成光发射组件 第2部分:10x10Gbit/s 强度调制
  18. YD/T 3056-2016 25Gbit/s 电吸收调制激光器(EML)组件
  19. YD/T 2968-2015 光通信用 40Gbit/s PIN-TIA 光接收组件
  20. YD/T 2904.1-2015 集成可调谐激光器组件 第1部分:蝶形封装组件
  21. NB/T 42104.4-2016 地面用晶体硅光伏组件环境适应性测试要求第4部分:高原气候条件
  22. NB/T 32034-2016 光伏发电站现场组件检测规程
  23. NB/T 42131-2017 光伏组件环境试验要求通则
  24. HG/T 5111-2016 柱式中空纤维膜组件
AndroidThe组件化组件 | android开发 2022-11-09 101 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
Android使用开发的哲学是把一切都看作是组件。把使用程序组件化的优点是下降模块间的耦合性,一起提高模块的复用性。Android的组件设计思维与传统的组件设计思维最大的区别在于,前者不依赖于进程。也就是说,进程即便因为内存严重被强制杀掉了,可是运行在里面的组件仍是存在的。这样就可以在组件再次需求使用时,原地满血复活,就像什么都没生成过一样。这种设计思维十分合适内存较小的移动设备。理解Android组件设计思维,对Android使用程序架构会有更好的知道。这一节讲Android组件化设计的布景、理念、准则,以及Android在OS级别上提供的组件化支持,其间还会包括一个实验来验证这种组件化设计思维,可以对Android系统有一个高层次的笼统理解。

(The philosophy of Android development is to treat everything as a component. The advantage of componentization is to reduce the coupling between modules and improve the reusability of modules together. The biggest difference between Android's component design thinking and traditional component design thinking is that the former does not depend on the process. In other words, even if the process is forcibly killed due to serious memory problems, the components running in it still exist. In this way, when the component needs to be used again, it can be revived with full blood, as if nothing has been generated. This design thinking is very suitable for mobile devices with small memory. Understand the design thinking of Android components, and better understand the application architecture of Android. In this section, we will talk about the background, philosophy, and principles of Android component-based design, as well as the component-based support provided by Android at the OS level. In addition, we will also include an experiment to verify this component-based design thinking, which can provide a high-level general understanding of the Android system.)

[下载]10390258427.rar




上一篇:Android应用程序进程管理
下一篇:Android源代码开发和调试环境搭建