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

Popular posts from this blog

php - What is the difference between $_SERVER['PATH_INFO'] and $_SERVER['ORIG_PATH_INFO']? -

fortran - Function return type mismatch -

queue - mq_receive: message too long -