안드로이드 개발 질문/답변
(글 수 45,052)
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값); 이거 두개가 있는데
무슨 차이인지를 모르겠네요
좀 알려 주세요 ㅠㅠ




안드로이드사이드에서 답변달았네요.
http://m.androidside.com/bbs/board.php?bo_table=B49&wr_id=32292