我需要您的帮助来探索Android中的一些主题.
我的理解是Widget是View,而Layout是Android中的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://)(Link-说Spinner是Widget(View))
developer.android.com/guide/topics/ui/layout-objects.html-(在开头添加http://)说Spinner是布局(ViewGroup)
那么,Spinner是View还是ViewGroup?
请更新我的观点?