Diffence Between Menu And Context Menu And Creating Steps Of These
What is the difference between Menu and Context Menu? How they are creating in android, menu including edit, delete, copy and many other option in android. here, by using list it
Solution 1:
There are three types of Menus
- Option Menu (If you click on Hardware Menu button your option menu will come into play)
- Context Menu (If you long click on any list item in list view (your context menu will come into play we have to register context menu to work)
- SubMenu
Post a Comment for "Diffence Between Menu And Context Menu And Creating Steps Of These"