找回密码
 立即注册
相关推荐换一批
  1. YD/T 1812.3-2008 10Gbit/s同轴连接型光发射组件(TOSA)和同轴连接型光接收组件(ROSA
  2. YY/T 0063-2007 医用电气设备医用诊断X射线管组件 焦点特性
  3. YY/T 0062-2004 X射线管组件固有滤过的测定
  4. SJ/T 10135-1991 TEC1系列温差电致冷组件总规范
  5. SJ/T 9167.8-1993 软线组件与电源软线
  6. SJ 20517-1995 TEC1-03108温差电致冷组件规范
  7. SJ 20141-1992 TES1-01212TT温差电致冷组件规范
  8. SJ 20140-1992 军用温差电致冷组件失效率试验方法
  9. SJ 20139-1992 军用温差电致冷组件z大致冷功率的试验方法
  10. SJ 20099-1992 4灯整体安装双刀双掷和4刀双掷照明按钮开关及指示器组件详细规范
  11. SJ 3273-1990 高压件和组件的安全要求
  12. SJ/T 2928-1995 软线组件
  13. SJ 20527-1995 微波组件总规范
  14. SJ 2858-1988 温差电致冷组件性能的测试方法 温差及z低冷面温度测试方法
  15. SJ 2516-1984 矩形60°H面切角弯波导组件
  16. SJ 2345-1983 矩形圆弧扭波导组件
  17. SJ 2337-1983 矩形波导组件总技术条件
  18. SJ/T 10703-1996 射频同轴电缆组件 第2-2部分:柔软同轴电缆组件空白详细规范
  19. JB/T 10423-2004 摩托车 齿轮零件、组件 技术条件
  20. GB 9706.11-1997 医用电气设备 第二部分:医用诊断X射线源组件和X射线管组件安全专用
  21. SJ 20831-2002 4N红钱焦平面探测器杜瓦组件参数测试方法
  22. SJ/T 31214-1994 阴极内、外套管组件焊接机完好要求和检查评定方法
  23. 中山大学附属小学2016-2017学年度一年级英语上学期期末学业水平测试卷
  24. 2013年新派英语一年级下册期末综合测试卷(含听力材料与参考答案)
AndroidThe组件化组件 | android开发 2022-11-09 135 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源代码开发和调试环境搭建