2014年6月12日

surface 译

摘要: public class 公共类Surface extends Object implements Parcelable java.lang.Object↳android.view.SurfaceClass Overview类的概述Ha... 阅读全文

posted @ 2014-06-12 18:40 muyable 阅读(470) 评论(0) 推荐(0) 编辑

2014年6月10日

ViewManager 译

摘要: publicinterface 接口ViewManager view的管理器android.view.ViewManagerKnown Indirect SubclassesAbsListView, AbsSpinner, AbsoluteLayout, AdapterView, AdapterVi... 阅读全文

posted @ 2014-06-10 17:22 muyable 阅读(220) 评论(0) 推荐(0) 编辑

2014年6月9日

WindowId 译

摘要: public classWindowId extends Object implements Parcelablejava.lang.Object↳android.view.WindowIdClass Overview 类的概览Safe identifier for a window. This ... 阅读全文

posted @ 2014-06-09 20:46 muyable 阅读(387) 评论(0) 推荐(0) 编辑

Display

摘要: public final classDisplay extends Objectjava.lang.Object↳android.view.DisplayClass Overview 类的概览Provides information about the size and density of a l... 阅读全文

posted @ 2014-06-09 14:48 muyable 阅读(467) 评论(0) 推荐(0) 编辑

2014年6月7日

LayoutParams

摘要: 继承自:Object自身类型: 公共静态类 public static class子类:(各种布局).LayoutParams概述:Class OverviewLayoutParams are used by views to tell their parents how they want to ... 阅读全文

posted @ 2014-06-07 20:11 muyable 阅读(246) 评论(0) 推荐(0) 编辑

Layouts

摘要: LayoutsIn this document 在这个文档Write the XML写XML文件Load the XML Resource加载xml资源Attributes属性ID IdLayout Parameters布局参数Layout Position 布局位置Size, Padding ... 阅读全文

posted @ 2014-06-07 15:04 muyable 阅读(263) 评论(0) 推荐(0) 编辑

2014年6月2日

UI OverView译

摘要: 原文地址:http://developer.android.com/guide/topics/ui/overview.htmlUI Overview UI概览All user interface elements in an Android app are built using View and ... 阅读全文

posted @ 2014-06-02 14:48 muyable 阅读(172) 评论(0) 推荐(0) 编辑

WindowManager译

摘要: public interfaceWindowManagerimplementsViewManagerandroid.view.WindowManagerClass Overview类的概览The interface that apps use to talk to the window manage... 阅读全文

posted @ 2014-06-02 12:12 muyable 阅读(461) 评论(0) 推荐(0) 编辑

2014年6月1日

Window API译文

摘要: public abstract classWindowextendsObjectjava.lang.Object↳android.view.WindowClass OverviewAbstract base class for a top-level window look and behavior... 阅读全文

posted @ 2014-06-01 22:22 muyable 阅读(657) 评论(0) 推荐(0) 编辑

2014年5月31日

事件回调

摘要: Listener是一个接口An event listener is an interface in theViewclass that contains a single callback method. These methods will be called by the Android fra... 阅读全文

posted @ 2014-05-31 17:02 muyable 阅读(182) 评论(0) 推荐(0) 编辑

导航