Example usage for Java android.view MenuInflater fields, constructors, methods, implement or subclass
The text is from its open source code.
MenuInflater(Context context) Constructs a menu inflater. | |
MenuInflater(Context context, Object realOwner) Constructs a menu inflater. |
void | inflate(@MenuRes int menuRes, Menu menu) Inflate a menu hierarchy from the specified XML resource. |