Java android.view MenuInflater fields, constructors, methods, implement or subclass

Example usage for Java android.view MenuInflater fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for android.view MenuInflater.

The text is from its open source code.

Subclass

android.view.MenuInflater has subclasses.
Click this link to see all its subclasses.

Constructor

MenuInflater(Context context)
Constructs a menu inflater.
MenuInflater(Context context, Object realOwner)
Constructs a menu inflater.

Method

voidinflate(@MenuRes int menuRes, Menu menu)
Inflate a menu hierarchy from the specified XML resource.