Monday 9 May 2016

What is the Difference Between Menus and Dialog, in Android ?

Menus are designed using xml, because menus will not change so frequently. You can build menus using code also when ever required. But it is not recommended to completely build menus using code.
Dialog are built using code because dialog content will frequently change.

No comments:

Post a Comment