How to define "inflation" in Android -
hello i'm trying learn android , don't understand inflate does; i've seen different examples on used inserting layout inside i'm not sure on used. can examples?
thanks , greetings c.
"inflation" term refers parsing xml , turning ui-oriented data structures. can inflate view hierarchy, menu structure, , other types of resources. done behind scenes framework (when call setcontentview(r.layout.main), instance). typical case when explicitly inflate when creating menus, described in guide subject creating menus.
Comments
Post a Comment