Android UI的一些基本概念 Leave a Comment / Mobile Dev / August 4, 2013 August 4, 2013 Activity: 相当于窗体 View: 相当于控件. View使用了Composite模式, 所以 ViewGroup – 用来组合View的东西,也是一种View. 比如Layout本身也是View. Fragment: 可以视为一种特殊的Activity, 但它只能被包含在其他Activity中。 相当于PHP/JSP中被<inclue>的page.