Android新手入门
Android新手入门 (Getting Started with Android)
新手入门Android,请首要阅览下面的章节 (To get started with Android, please read the following sections first)
装置SDK和插件 (Installing the SDK and Plugin)
怎么装置SDK和Eclipse插件以及怎么运用其他东西构建Android应用程序,一起依据导游运转示例程序。(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)
编写你首个Android程序,经典盛行的Hello World,Android风格。(Writing your first Android Application, the ever popular Hello World, Android style)
分析Android程序 (Anatomy of an Android Application )
结构和Android程序构架阐明介绍,经过导游将会协助你了解编写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)
入门辅导:构建一个完好的Android程序 (Tutorial: Building a Full Android Application)
入门辅导文档将带领你经过构建一个实在的Android应用程序,一个记事本的创立、修改、删去内容.Android开发网提示包括一些根本的概念经过实例。(Android开发网提示包括一些根本的概念经过实例。(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)
开发东西 (Development Tools)
一个命令行东西包括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)
在阅览了上面的章节后,下面是入门信息,十分有用。(After reading the sections above, the following Getting Started information is also very useful)
中心包 (Core Packages)
这些是根本包在经过Android SDK来编写应用程序,这些包作为原始层,列出的是从最底层到最高层。(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
包括一些列底层辅佐类,例如特定的容器类,XML辅佐东西类等等(contains various low-level utility classes, such as specialized container classes, XML utilities, etc)
android.os
供给根本的操作服务,音讯传递和进程进程间通讯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
供给各种服务拜访数据在设备上,程序装置到设备和其他的相关资源,以及内容供给展现动态数据。(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
中心用户界面结构(is the core user-interface framework)
android.widget
供给规范用户界面元素,lists列表 buttons按钮,layout managers布局管理器等等,构建从View包中(supplies standard user interface elements (lists, buttons, layout managers, etc) built from the view package)
android.app
供给高层应用程序模型,完成运用Activities(provides the high-level application model, implemented using Activities)
其他值得注意的包 (Other Notable Packages)
这些包供给附加指定域也行在Android渠道,这些必须在根本的应用程序开发(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交互和设备的通话栈(provides APIs for interacting with the device’s phone stack.)
android.webikit
包括一系列API作业在根据web的内容(includes various APIs for working with web-based content)