Difference between View and ViewGroup in Android

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

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

11条回答
  •  庸人自扰
    2020-12-02 08:47

    in ViewGroup you can add some other Views as child. ViewGroup is the base class for layouts and view containers.

提交回复
热议问题