{$cfg_webname}
主页 > 外文翻译 > 计算机翻译 >

安卓Android应用框架

来源:56doc.com  资料编号:5D12608 资料等级:★★★★★ %E8%B5%84%E6%96%99%E7%BC%96%E5%8F%B7%EF%BC%9A5D12608
资料以网页介绍的为准,下载后不会有水印.资料仅供学习参考之用. 帮助
资料介绍

安卓Android应用框架(中文2500字,英文1700字)
应用程序组件(Application Components)
Android的核心功能之一就是一个应用程序可以使用其它应用程序的元素(如果那个应用程序允许的话)。比如说,如果你的应用程序需要一个图片卷动列 表,而另一个应用程序已经开发了一个合用的而又允许别人使用的话,你可以直接调用那个卷动列表来完成工作,而不用自己再开发一个。你的应用程序并没有吸纳 或链接其它应用程序的代码,它只是在有需求的时候启动了其它应用程序的那个功能部分。
为达到这个目的,系统必须在一个应用程序的一部分被需要时启动这个应用程序,并将那个部分的Java对象实例化。与在其它系统上的应用程序不同,Android应用程序没有为应用准备一个单独的程序入口(比如说,没有main()方法), 而是为系统依照需求实例化提供了基本的组件。

Android Application Framework
Application components (Application Components)
Android is one of the core functions of an application can use elements of other applications ( if the application allows it). For example , if your application requires a picture scroll the list , while another application has developed a combination of the words but allow others to use , you can scroll through the list of calls that directly to complete the work , rather than their own and then develop a . Your application code does not absorb or links to other applications , it is only activated when there is a demand that the functional parts of other applications .

推荐资料