Example usage for android.view LayoutInflater.Factory2 interface-usage

List of usage examples for android.view LayoutInflater.Factory2 interface-usage

Introduction

In this page you can find the example usage for android.view LayoutInflater.Factory2 interface-usage.

Usage

From source file android.app.Activity.java

/**
 * An activity is a single, focused thing that the user can do.  Almost all
 * activities interact with the user, so the Activity class takes care of
 * creating a window for you in which you can place your UI with
 * {@link #setContentView}.  While activities are often presented to the user
 * as full-screen windows, they can also be used in other ways: as floating

From source file android.app.FragmentManager.java

/**
 * Container for fragments associated with an activity.
 */
final class FragmentManagerImpl extends FragmentManager implements LayoutInflater.Factory2 {
    static boolean DEBUG = false;
    static final String TAG = "FragmentManager";