Android 系统自带的 UI 的一些学习和理解。 概念 Android UI 没有传统 UI Window 和 Control 的概念。不过有类似的东西。我感觉就是 Activity(对应 Window)和 View(对应 Control)。不过也不是完全一样。 Android UI 分为以下几个东西: Activity ... ... View ... ... ViewGroup (Layout) ... ... 绘制机制 事件机制