平时自己只是简单看一些英文文档。前段时间翻译了一些文档,但后来自己都没有坚持下来。
现在自己想重新去翻译一下Android training里面的文章。从头开始。
本人自知英文水平有限,在翻译中可能会存在一些不合理的解释,若各位网友发现翻译中有任何
问题,请留言指出。本人也是报着学习的心态,希望自己在翻译的过程中,能更好的提升自己
的英文阅读能力。若您有好的英文阅读和学习方法,欢迎一起学习交流。。。
下面从新开始,第一篇开启菜鸟的翻译之门:
Building Your First App
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:
- Download the Android SDK.
- Install the ADT plugin for Eclipse (if you’ll use the Eclipse IDE).
- 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.