Android Menu
Android Service
Android service is a component that is used to perform operations on the background such as playing music, handle network transactions, interacting content providers etc….
Popup Menu
Android Popup Menu displays the menu below the anchor text if space is available otherwise above the anchor text. It disappears if you click outside…
Context Menu
Android context menu appears when user press long click on the element. It is also known as floating menu. It doesn’t support item shortcuts and…
Option Menu
Android Option Menus are the primary menus of android. They can be used for settings, search, delete item etc. Here, we are going to see…