Sunday 11 January 2015

What is the difference between menus and dialogs, 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.
Dialogs are built using code because dialog content will frequently change.

No comments:

Post a Comment