- 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
Application Fundamentals
Android applications are written in the Java programming language. The compiled Java code — along with any data and resource files required by the application — is bundled by the aapt tool into an Android package, an archive file marked by an .apk suffix. This file is the vehicle for distributing the application and installing it on mobile devices; its the file users download to their devices. All the code in a single .apk file is considered to be one application.
Android应用基础:
Android应用程序是通过java语言开发的,通过绑定一些应用所需要的东西,例如:编译的Java代码,加上数据和一些资源文件,使用一个apt的工具将所有的东西封装成一个android包,这个文件的文件后缀是.apk。这个文件是分发并安装应用程序到移动设备的载体,是用户获得该应用程序所需要的下载的文件。
Application Components A central feature of Android is that one application can make use of elements of other applications (provided those applications permit it). For example, if your application needs to display a scrolling list of images and another application has developed a suitable scroller and made it available to others, you can call upon that scroller to do the work, rather than develop your own. Your application doesnt incorporate the code of the other application or link to it. Rather, it simply starts up that piece of the other application when the need arises. For this to work, the system must be able to start an application process when any part of it is needed, and instantiate the Java objects for that part. Therefore, unlike applications on most other systems, Android applications dont have a single entry point for everything in the application (no main() function, for example). Rather, they have essential components that the system can instantiate and run as needed. There are four types of components:
Activities An activity presents a visual user interface for one focused endeavor the user can undertake. For example, an activity might present a list of menu items users can choose from or it might display photographs along with their captions. A text messaging application might have one activ
您可能关注的文档
- 浙江某工业园区智能化系统设计方案演讲文档精要.ppt
- 浙江农林大学硕士论文开题报告精要.doc
- 浙江生物高考试题级答案精要.doc
- 浙江生物高考专题二轮课件高考非选择题专项突破二遗传与变异精要.ppt
- 浙江生物高考专题二轮课件专题二物质出入细胞的方式酶和ATP精要.ppt
- 浙江生物高考专题二轮课件专题九生物科学与健康环境精要.ppt
- 浙江省苍南县勤奋高级中学高一语文同步教案《鸿门宴》(人教必修)精要.doc
- 浙江省大学生科技创新活动计划暨新苗人才计划项目结题报告副本精要.doc
- 浙江省电子高新技术产品逆向物流模式研究附属材料总结精要.doc
- 浙江省东阳市第二高级中学高三生物上学期期中试题精要.doc
最近下载
- DZT《电性源短偏移距瞬变电磁法技术规程》.pdf
- 人教版初中化学九年级上册第五单元《化学方程式》单元测试题解析版.docx VIP
- 《好题》初中化学九年级上册第五单元《化学方程式》测试题(有答案解析)(8).doc VIP
- 螺纹和紧固件基础知识剖析课件.ppt VIP
- 技术管理标准化手册—设计文件审核.ppt
- (压轴题)初中化学九年级上册第五单元《化学方程式》测试题(含答案解析)(4).doc VIP
- 2023-2024学年北京市西城区八年级上学期期末考试道德与法治试卷含答案.pdf VIP
- 5S基础知识——5S推行5S基础知识——5S推行.ppt VIP
- 螺纹和紧固件基础知识剖析课件.pptx VIP
- 马工程管理学全章节(共16章&绪论)思维导图.pdf VIP
文档评论(0)