<dfn id="yhprb"><s id="yhprb"></s></dfn><dfn id="yhprb"><delect id="yhprb"></delect></dfn><dfn id="yhprb"></dfn><dfn id="yhprb"><delect id="yhprb"></delect></dfn><dfn id="yhprb"></dfn><dfn id="yhprb"><s id="yhprb"><strike id="yhprb"></strike></s></dfn><small id="yhprb"></small><dfn id="yhprb"></dfn><small id="yhprb"><delect id="yhprb"></delect></small><small id="yhprb"></small><small id="yhprb"></small> <delect id="yhprb"><strike id="yhprb"></strike></delect><dfn id="yhprb"></dfn><dfn id="yhprb"></dfn><s id="yhprb"><noframes id="yhprb"><small id="yhprb"><dfn id="yhprb"></dfn></small><dfn id="yhprb"><delect id="yhprb"></delect></dfn><small id="yhprb"></small><dfn id="yhprb"><delect id="yhprb"></delect></dfn><dfn id="yhprb"><s id="yhprb"></s></dfn> <small id="yhprb"></small><delect id="yhprb"><strike id="yhprb"></strike></delect><dfn id="yhprb"><s id="yhprb"></s></dfn><dfn id="yhprb"></dfn><dfn id="yhprb"><s id="yhprb"></s></dfn><dfn id="yhprb"><s id="yhprb"><strike id="yhprb"></strike></s></dfn><dfn id="yhprb"><s id="yhprb"></s></dfn>

新聞中心

EEPW首頁(yè) > 嵌入式系統 > 設計應用 > Android新手入門(mén)-Android中文SDK

Android新手入門(mén)-Android中文SDK

作者: 時(shí)間:2016-10-08 來(lái)源:網(wǎng)絡(luò ) 收藏

Android新手入門(mén)

本文引用地址:http://dyxdggzs.com/article/201610/305797.htm

Android新手入門(mén) (Getting Started with Android)

新手入門(mén)Android,請首先閱讀下面的章節 (To get started with Android, please read the following sections first)

安裝SDK和插件 (Installing the SDK and Plugin)

如何安裝SDK和Eclipse插件以及如何使用其他工具構建Android應用程序,同時(shí)根據向導運行示例程序。(How to install the SDK and Eclipse plugin, or how to use other tools to build Android applications. Also a guide to running the sample applications.)

你好Android (Hello Android)

編寫(xiě)你首個(gè)Android程序,經(jīng)典流行的Hello World,Android風(fēng)格。(Writing your first Android Application, the ever popular Hello World, Android style)

剖析Android程序 (Anatomy of an Android Application )

結構和Android程序構架說(shuō)明介紹,通過(guò)向導將會(huì )幫助你理解編寫(xiě)Android程序。(A guide to the structure and architecture of an Android Application. This guide will help you understand the pieces that make up an Android app)

入門(mén)指導:構建一個(gè)完整的Android程序 (Tutorial: Building a Full Android Application)

入門(mén)指導文檔將帶領(lǐng)你通過(guò)構建一個(gè)真實(shí)的Android應用程序,一個(gè)記事本的創(chuàng )建、編輯、刪除內容.Android開(kāi)發(fā)網(wǎng)提示涵蓋一些基本的概念通過(guò)實(shí)例。(Android開(kāi)發(fā)網(wǎng)提示涵蓋一些基本的概念通過(guò)實(shí)例。(This tutorial document will lead you through constructing a real Android Application: A notepad which can create, edit and delete notes, and covers many of the basic concepts with practical examples)

開(kāi)發(fā)工具 (Development Tools)

一個(gè)命令行工具包含SDK,你想要做的和如何使用(The command line tools included with the SDK, what they do, and how to use them)

Android程序生命周期 (Life Cycle of an Android Application)

程序和Activites內部運行的生命周期(The important life-cycle details for Applications and Activities running inside of them.)

其他介紹材料 (Other Introductory Material)

在閱讀了上面的章節后,下面是入門(mén)信息,非常實(shí)用。(After reading the sections above, the following Getting Started information is also very useful)

核心包 (Core Packages)

這些是基本包在通過(guò)Android SDK來(lái)編寫(xiě)應用程序,這些包作為原始層,列出的是從最底層到最高層。(These are the basic packages that make up the Android SDK for writing applications. The packages are organized as layers, listed here from lowest-level to highest)

android.util

包含一些列底層輔助類(lèi),例如特定的容器類(lèi),XML輔助工具類(lèi)等等(contains various low-level utility classes, such as specialized container classes, XML utilities, etc)

android.os

提供基本的操作服務(wù),消息傳遞和進(jìn)程進(jìn)程間通訊IPC(provides basic operating system services, message passing, and inter-process communication)

android.graphics

作為核心渲染包(is the core rendering package)

android.text android.text.method android.text.style android.text.util

提供一套豐富的文本處理工具,支持富文本、輸入模式等等(supply a rich set of text processing tools, supporting rich text, input methods, etc)

android.database

包含底層API處理數據庫(contains low-level APIs for working with databases)

android.content

提供各種服務(wù)訪(fǎng)問(wèn)數據在設備上,程序安裝到設備和其他的相關(guān)資源,以及內容提供展示動(dòng)態(tài)數據。(provides various services for accessing data on the device: applications installed on the device and their associated resources, and content providers for persistent dynamic data.)

android.view

核心用戶(hù)界面框架(is the core user-interface framework)

android.widget

提供標準用戶(hù)界面元素,lists列表 buttons按鈕,layout managers布局管理器等等,構建從View包中(supplies standard user interface elements (lists, buttons, layout managers, etc) built from the view package)

android.app

提供高層應用程序模型,實(shí)現使用Activities(provides the high-level application model, implemented using Activities)

其他值得注意的包 (Other Notable Packages)

這些包提供附加指定域也行在A(yíng)ndroid平臺,這些必須在基本的應用程序開(kāi)發(fā)(These packages provide additional domain-specific features of the Android platform. They are not necessary for basic application development.)

android.provider

包含定義變量標準內容提供包含在平臺中(contains definitions for various standard content providers included with the platform)

android.telephony

提供API交互和設備的通話(huà)棧(provides APIs for interacting with the device's phone stack.)

android.webikit

包含一系列API工作在基于web的內容(includes various APIs for working with web-based content)



關(guān)鍵詞:

評論


相關(guān)推薦

技術(shù)專(zhuān)區

關(guān)閉
国产精品自在自线亚洲|国产精品无圣光一区二区|国产日产欧洲无码视频|久久久一本精品99久久K精品66|欧美人与动牲交片免费播放
<dfn id="yhprb"><s id="yhprb"></s></dfn><dfn id="yhprb"><delect id="yhprb"></delect></dfn><dfn id="yhprb"></dfn><dfn id="yhprb"><delect id="yhprb"></delect></dfn><dfn id="yhprb"></dfn><dfn id="yhprb"><s id="yhprb"><strike id="yhprb"></strike></s></dfn><small id="yhprb"></small><dfn id="yhprb"></dfn><small id="yhprb"><delect id="yhprb"></delect></small><small id="yhprb"></small><small id="yhprb"></small> <delect id="yhprb"><strike id="yhprb"></strike></delect><dfn id="yhprb"></dfn><dfn id="yhprb"></dfn><s id="yhprb"><noframes id="yhprb"><small id="yhprb"><dfn id="yhprb"></dfn></small><dfn id="yhprb"><delect id="yhprb"></delect></dfn><small id="yhprb"></small><dfn id="yhprb"><delect id="yhprb"></delect></dfn><dfn id="yhprb"><s id="yhprb"></s></dfn> <small id="yhprb"></small><delect id="yhprb"><strike id="yhprb"></strike></delect><dfn id="yhprb"><s id="yhprb"></s></dfn><dfn id="yhprb"></dfn><dfn id="yhprb"><s id="yhprb"></s></dfn><dfn id="yhprb"><s id="yhprb"><strike id="yhprb"></strike></s></dfn><dfn id="yhprb"><s id="yhprb"></s></dfn>