【发布时间】:2011-06-04 00:27:36
【问题描述】:
我需要您的帮助来探索 Android 中的一些主题。
我的理解是Android中的Widget是View,Layout是ViewGroups。
我将问题描述如下-
- 请通过以下链接-
developer.android.com/guide/topics/ui/custom-components.html-(开头加http://)
developer.android.com/resources/tutorials/views/index.html - (在开头添加http://)
在第一个链接中,ListView 被包含为 Widget,而在第二个链接中,ListView 被显示为 Layout。
那么,ListView 是 Widget(View) 还是 Layout(Viewgroup)?
-
Andriod 中的 Spinner 也是如此
developer.android.com/resources/tutorials/views/hello-spinner.html-(在开头添加http://) (链接-说 Spinner 是 Widget(View))
developer.android.com/guide/topics/ui/layout-objects.html-(在开头添加http://) 说 Spinner 是 Layout(ViewGroup)
那么,Spinner 是 View 还是 ViewGroup?
请更新我的观点?
【问题讨论】: