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

简介:


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

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

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

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

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


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

Building Your First App                           

DEPENDENCIES AND PREREQUISITES

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开发的基本概念。
所以重要的是你要遵循下面的每个步骤。



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






目录
相关文章
|
2月前
|
存储 物联网 数据库
App Inventor 2 低功耗蓝牙 BlueToothLE 拓展中文文档(完整翻译加强版)
低功耗蓝牙,也称为蓝牙LE 或简称 BLE,是一种类似于经典蓝牙的新通信协议,不同之处在于它旨在消耗更少的功耗和成本,同时保持同等的功能。 因此,低功耗蓝牙是与耗电资源有限的物联网设备进行通信的首选。
78 0
|
4月前
|
移动开发 网络协议 Linux
We discovered one or more bugs in your app when reviewed on iPhone and iPad running iOS 14.1
We discovered one or more bugs in your app when reviewed on iPhone and iPad running iOS 14.1
50 0
|
4月前
|
Java 数据库连接 Spring
【SpringBoot】Error starting ApplicationContext. To display the conditions report re--run your app
【SpringBoot】Error starting ApplicationContext. To display the conditions report re--run your app
185 0
|
存储 API Go
苹果审核新要求Offering account deletion in your app
苹果审核新要求Offering account deletion in your app
185 0
|
IDE 开发工具 Android开发
Flutter打包apk报错:Your app isn't using AndroidX.
Flutter打包apk报错:Your app isn't using AndroidX.
308 0
Flutter打包apk报错:Your app isn't using AndroidX.
|
传感器 机器学习/深度学习 算法
“会说话”的手!这个手套可以翻译手语,还能通过APP转换语音
“会说话”的手!这个手套可以翻译手语,还能通过APP转换语音
277 0
|
API 开发工具 Android开发
Android笔记——My First App
新开一个安卓坑, 此坑的内容来自在Google中国开发者面向Android初学者的论坛http://www.studyjamscn.com 准备工作 Windows10Java Development Kit8Android Studio2.
1198 0

热门文章

最新文章