View

inflate(int resource, ViewGroup root)
Inflate a new view hierarchy from the specified xml resource.
 


View

inflate(XmlPullParser parser, ViewGroup root)
Inflate a new view hierarchy from the specified xml node.
 


View

inflate(XmlPullParser parser, ViewGroup root, boolean attachToRoot)
Inflate a new view hierarchy from the specified XML node.
 


View

inflate(int resource, ViewGroup root, boolean attachToRoot)
Inflate a new view hierarchy from the specified xml resource.

api 보면 이렇게 나와있는데

 

inflate(레이아웃, null); 이거랑

 

infalte(레이아웃, 그룹, boolean값); 이거 두개가 있는데

 

무슨 차이인지를 모르겠네요

 

좀 알려 주세요 ㅠㅠ