Difference between View and ViewGroup in Android

后端 未结 11 1492
暖寄归人
暖寄归人 2020-12-02 08:11

What is the difference between a View and a ViewGroup in Android programming?

11条回答
  •  南方客
    南方客 (楼主)
    2020-12-02 08:47

    Viewgroup inherits properties of views and does more with other views and viewgroup.

    See the Android API: http://developer.android.com/reference/android/view/ViewGroup.html

提交回复
热议问题