I read Hello Android book and i dont understand MenuInflater and inflater.
I searched and i read android site but android site had written a brief explanation and i dont understand that what is this and what does it do?
Inflating means to read the XML file that describes a layout (or GUI element) and to create the actual objects that correspond to it, and thus make the object visible within an Android app.
Thanks for answer
I want to create the optionsMenu and with select one of items in menu and the page on app changes, do the book use inflator for to read xml file that is for new page after selected item and to create the new page?
Do i understand correctly?
Thanks for help.
Cheers.
I want to create a menu of items and when i selected a items of menu,the page changed and new page will open.
I question is that, Is that a new page opens the inflater to creaets?
Please more explanation of inflater and
MenuInflater.
I read Hello Android book.
I think this book not explained well. Do you know a good book? Can you introduce me?