Menu/Drawer/Dialog Initiation Methods

Menu/drawer/dialog initiation methods are Android system methods that show menu/drawer/dialog on the screen:

Transition Type APIs
Menu Open MenuInflater.inflate(int, Menu)
Drawer Open DawerLayout.openDrawer(View, boolean)
        .openDrawer(View)
        .openDrawer(int)
        .openDrawer(int, boolean)
ShowDialog DialogFragment.show(FragmentTransaction, String)
        .show(FragmentManager, String)
        .showNow(FragmentManager,String)