
开发指南
wangqingxun
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
Android 开发指南 翻译2 User Interface:XML Layouts
Android 开发指南翻译2 User Interface:XML Layouts定义:Your layout is the architecture for the user interface in an Activity. It defines the layout structure and holds all the elements that appear to th翻译 2012-02-04 15:01:45 · 510 阅读 · 0 评论 -
Android 开发指南 翻译8 Application Resources: Localization (未完......)
Android 开发指南 翻译8 Application Resources: Localization应用资源:本地化Android will run on many devices in many regions. To reach the most users, your application should handle text, audio files,翻译 2012-02-05 22:45:42 · 1502 阅读 · 0 评论 -
Android 开发指南翻译开篇--User Interface -Styles and Themes
先定一个学习计划吧,准备把Android的开发指南重新看一遍,借博客做个记录吧。User Interface -Styles and Themes用户接口-样式和主题定义:style:A style is a collection of properties that specify the look and format for a View or windo原创 2012-02-04 00:41:47 · 547 阅读 · 0 评论 -
Android 开发指南 翻译 User Interface -- Dialogs
User Interface -- DialogsA dialog is usually a small window that appears in front of the current Activity. The underlying Activity loses focus and the dialog accepts all user interaction. Dialog翻译 2012-02-26 18:25:14 · 1200 阅读 · 0 评论 -
Android 开发指南 翻译11 Application Resources -- Drawable Resources
Application Resources -- Drawable Resources绘图资源A drawable resource is a general concept for a graphic that can be drawn to the screen and which you can retrieve with APIs such as getDrawab翻译 2012-02-19 16:58:44 · 1320 阅读 · 0 评论 -
Android 开发指南 翻译11 Application Resources -- String Resources
Application Resources--String Resources字符串资源A string resource provides text strings for your application with optional text styling and formatting. There are three types of resources tha翻译 2012-02-19 19:53:50 · 664 阅读 · 0 评论 -
Android 开发指南 翻译 User Interfaces -- Action Bar
Action bar 行动条The action bar is a window feature that identifies the application and user location, and provides user actions and navigation modes. You should use the action bar in most activities翻译 2012-02-27 09:12:14 · 3918 阅读 · 0 评论 -
Android Handler
public classHandlerextends Objectjava.lang.Object ↳android.os.HandlerKnown Direct SubclassesAsyncQueryHandler, AsyncQueryHandler.WorkerHandler翻译 2012-04-21 11:16:34 · 915 阅读 · 0 评论