入门指南-Android中文SDK

作者: Android开发网原创 时间: 2008-08-01
入门指南 A Notepad Application

  这个导引将给你一个手把手的介绍Android框架,通过工具构建该平台上面的程序。从一个据配置工程,它将引导通过开发一个简单的记事本程序,提供概念例子,如何设置工程开发程序逻辑和用户界面,然后编译运行程序。(The tutorial in this section gives you a "hands-on" introduction to the Android framework and the tools you use to build applications on it. Starting from a preconfigured project file, it guides you through the process of developing a simple notepad application and provides concrete examples of how to set up the project, develop the application logic and user interface, and then compile and run the application.)

  入门指导展现出记事本程序开发作为一个联系,由多个步骤组成,你可以根据每个步骤构建你的程序,这个练习出解释每步详细和提供所有示例代码,你需要完成程序。(The tutorial presents the notepad application development as a set of exercises (see below), each consisting of several steps. You can follow along with the steps in each exercise and gradually build up and refine your application. The exercises explain each step in detail and provide all the sample code you need to complete the application. )