Example usage for android.support.v4.app FragmentTransaction interface-usage

List of usage examples for android.support.v4.app FragmentTransaction interface-usage

Introduction

In this page you can find the example usage for android.support.v4.app FragmentTransaction interface-usage.

Usage

From source file com.schedjoules.eventdiscovery.framework.utils.fragment.Add.java

/**
 * {@link FragmentTransaction} to add a {@link Fragment}.
 *
 * @author Gabor Keszthelyi
 */
public final class Add implements FragmentTransaction {

From source file com.schedjoules.eventdiscovery.framework.utils.fragment.Replace.java

/**
 * {@link FragmentTransaction} to replace a {@link Fragment}.
 *
 * @author Gabor Keszthelyi
 */
public final class Replace implements FragmentTransaction {