Example usage for android.view View interface-usage

List of usage examples for android.view View interface-usage

Introduction

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

Usage

From source file com.robopupu.api.mvp.ViewCompatDialogFragment.java

/**
 * {@link ViewCompatDialogFragment} provides an abstract base class for concrete {@link DialogFragment}
 * implementations that implement {@link View} components for a MVP architectural pattern
 * implementation.
 *
 * @param <T_Presenter> The type of the {@link Presenter}.