Example usage for android.support.v4.app GalleryFragment.OnFragmentInteractionListener interface-usage

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

Introduction

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

Usage

From source file com.xengar.android.drawerwithswipetabs.MainActivity.java

public class MainActivity extends AppCompatActivity implements NavigationView.OnNavigationItemSelectedListener,
        ImportFragment.OnFragmentInteractionListener, GalleryFragment.OnFragmentInteractionListener {

    public static final String SHARED_PREF_NAME = "com.xengar.android.drawerwithswipetabs";
    public static final String PAGE = "page";