Android相关类关系

Activity

Window、WindowManager

View、

interface----ViewManager

LayoutInflater

Components

Activity、Services、ContentProvider、Broadcast Receiver

Activity-------Activity主要负责生命周期的管理,建立窗口。

Window---------------------->getWindow

|

View、ViewGroup

|

LayoutInflater---------------->getLayoutInflater

getWindow

原文地址:https://www.cnblogs.com/daishuguang/p/3867492.html