Devel/implementing-ui

From Android中文网

Android中文网(androidcn.net) 版权申明 : creativecommons licenses
Jump to: navigation, search

[编辑] 用户界面的实现

(原文:Implementing a User Interface)

这个章节描述怎么实现一个基本的Android界面。它涉及构建屏幕基本元素,怎么在xml(定义文件)内定义 屏幕、用你的代码生成、在不同任务你需要操作你的用户接口。 (原文:This section describes the basics of how to implement the user interface of an Android screen. It covers the basic elements that make up a screen, how to define a screen in XML and load it in your code, and various other tasks you'll need to handle for your user interface.) (这个章节描述怎么实现一个基本的Android界面。它生成屏幕有三种方式:xml配置生成;直接用代码生成;通过你自己用户界面接口生成)

[编辑] 主题

Personal tools