Example usage for android.app FragmentManager subclass-usage

List of usage examples for android.app FragmentManager subclass-usage

Introduction

In this page you can find the example usage for android.app FragmentManager subclass-usage.

Usage

From source file android.app.FragmentManager.java

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

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";