【菜鸟翻译】1.Building Your First App

来源:互联网 发布:妙笔生花手机手绘软件 编辑:程序博客网 时间:2024/05/03 09:02


平时自己只是简单看一些英文文档。前段时间翻译了一些文档,但后来自己都没有坚持下来。

现在自己想重新去翻译一下Android training里面的文章。从头开始。

本人自知英文水平有限,在翻译中可能会存在一些不合理的解释,若各位网友发现翻译中有任何

问题,请留言指出。本人也是报着学习的心态,希望自己在翻译的过程中,能更好的提升自己

的英文阅读能力。若您有好的英文阅读和学习方法,欢迎一起学习交流。。。


下面从新开始,第一篇开启菜鸟的翻译之门:

Building Your First App                           

GET STARTED

DEPENDENCIES AND PREREQUISITES

  • Android SDK
  • ADT Plugin 20.0.0 or higher (if you're using Eclipse)

Welcome to Android application development!

This class teaches you how to build your first Android app. You’ll learn how to create an Android project and run a debuggable version of the app. You'll also learn some fundamentals of Android app design, including how to build a simple user interface and handle user input.

Before you start this class, be sure you have your development environment set up. You need to:

  1. Download the Android SDK.
  2. Install the ADT plugin for Eclipse (if you’ll use the Eclipse IDE).
  3. Download the latest SDK tools and platforms using the SDK Manager.

If you haven't already done these tasks, start by downloading the Android SDK and following the install steps. Once you've finished the setup, you're ready to begin this class.

This class uses a tutorial format that incrementally builds a small Android app that teaches you some fundamental concepts about Android development, so it's important that you follow each step.


构建你的第一个App
欢迎来到Android应用开发社区!
这第一个课程将教你怎样创建自己的第一个Android应用。你将学习怎样创建一个
Android项目和运行一个可调试版的应用。你也能学习一些基本的Android应用设计,
包括怎样构建一个简单的用户接口和处理用户输入。
在你开始学习这节内容之前,你要确保你已经完成好以下开发环境设置。你需要:
1.下载Android的SDK.
2.为Eclipse安装ADT插件(如果你将使用Eclipse IDE)。
3.下载一个最新的SDK工具和Android SDK管理平台。

如果你还没有完成这些任务,就开始下载Android SDK和接下来的安装步骤。一旦你完成了这些设置,
你就可以开始学习下面这节课的内容了。

这节课是一个教程,逐步构建一个小的Android App,教你一些关于Android开发的基本概念。
所以重要的是你要遵循下面的每个步骤。



坚持让自己每天都能有一篇翻译文档出来,在此积累。。。






原创粉丝点击