【翻译】(0)开发者的指引(2012-06-30废弃)
see
http://developer.android.com/guide/index.html
原文见
http://developer.android.com/guide/index.html
-----------------------------------
The Developer's Guide
开发者的指引
Welcome to the Android Dev Guide! The Dev Guide provides a practical introduction to developing applications for Android and documentation about major platform features. It explores the concepts behind Android, the framework for constructing an application, and the tools for developing, testing, and publishing software for the platform.
欢迎光临Android开发指引!开发指引提供对开发Android应用程序的实践介绍和关于主要平台特性的文档。它探讨Android背后的概念,用于构建应用程序的框架,以及用于为这个平台开发、测试,和发布软件的工具。
The Dev Guide holds most of the documentation for the Android platform, except for reference material on the framework API. For API specifications, go to the Reference.
开发指引持有Android平台的大多数文档,除了关于框架API的参考资料。想获取API规范,请转向参考文档。
As you can see in the panel on the left, the Dev Guide is divided into several sections:
正如你可以在左侧面板中看到的,开发指引被划分为几个章节:
Android Basics
Android基础
An initial orientation to Android — what it is, what it offers, and how your application fits in.
对Android的最初定位——它是什么,它提供什么,以及你的应用程序如何融入。
Framework Topics
框架主题
Discussions of particular parts of the Android framework and API. For an introduction to the framework, begin with Application Fundamentals. Then explore other topics — from designing a user interface and setting up resources to storing data and using permissions — as needed.
Android框架和API的特殊部分的讨论。想获取对框架的介绍,请从应用程序基本要素开始。然后探索其它主题——从设计用户界面和配置资源到存储数据和使用权限——当需要它们时。
Android Market Topics
Android市场主题
Documentation for topics that concern publishing and monetizing applications on Android Market, such as how to enforce licensing policies and implement in-app billing.
对于涉及在Android市场上发布和赚钱的应用程序的主题的文档,诸如如何实施许可证政策和实现应用内广告(注:计费,账单)。
Developing
开发
Directions for using Android's development and debugging tools, and for testing the results.
对于使用Android开发和调试工具,以及对于测试其结果的指导。
Publishing
发布
Instructions on how to prepare your application for deployment and how to publish it when it's ready.
关于如何为部署而准备你的应用程序以及在它准备好时如何发布它的步骤。
Best Practices
最佳实践
Recommendations on preferred techniques for writing applications that perform efficiently and work well for the user.
关于用于编写有效执行和对用户工作良好的应用程序的首选技术的建议。
Web Applications
网页应用程序
Documentation about how to create web applications that work seamlessly on Android-powered devices and create Android applications that embed web-based content.
关于如何创建无缝地工作在基于Android设备上的网页应用程序以及创建嵌入基于网页内容的Android应用程序的文档。
Appendix
附录
Reference information and specifications, as well as FAQs, a glossary of terms, and other information.
参考信息和规范,以及FAQ(注:Frequently asked questions,常见问题解答),一个术语表,以及其它信息。
The first step in programming for Android is downloading the SDK (software development kit). For instructions and information, visit the SDK tab.
在为Android编程中的第一步是下载SDK(软件开发工具箱)。想获取步骤和信息,请访问SDK标签页。
After you have the SDK, begin by looking through the Dev Guide. If you want to start by getting a quick look at some code, the Hello World tutorial walks you through a standard "Hello, World" application to introduce some basics of an Android application. The Application Fundamentals document is a good place to start learning the basics about the application framework.
在你拥有SDK后,从通读此开发指引开始。如果你希望通过获得一些代码的快速查看开始,那么你好世界教程引领你走过一个标准的“你好,世界”应用程序以介绍Android应用程序的一些基础。应用程序基本要素文档是开始学习关于应用程序框架的基础的好地方。
For additional help, consider joining one or more of the Android discussion groups. Go to the Developer Forums page for more information.
想获取附加的帮助,考虑加入一个或更多Android讨论组。转向开发者论坛页以获取更多信息。
To return to this page later, just click the "Dev Guide" tab while any Dev Guide page is loaded.
稍后想要返回到此页,只要在任意开发指引页被加载时点击“开发指引”标签页。
Except as noted, this content is licensed under Apache 2.0. For details and restrictions, see the Content License.
除特别说明外,本文在Apache 2.0下许可。细节和限制请参考内容许可证。
Android 4.0 r1 - 06 Feb 2012 16:36
-------------------------------
1. 此页废弃
Android 4.1 r1 - 30 Jun 2012 0:55
内容被移除,用App Components代替
-------------------------------
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.
(此页部分内容基于Android开源项目,以及使用根据创作公共2.5来源许可证描述的条款进行修改)
(本人翻译质量欠佳,请以官方最新内容为准,或者参考其它翻译版本:
* ソフトウェア技術ドキュメントを勝手に翻訳
http://www.techdoctranslator.com/android
* Ley's Blog
http://leybreeze.com/blog/
* 农民伯伯
http://www.cnblogs.com/over140/
* Android中文翻译组
http://androidbox.sinaapp.com/
)