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

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

Introduction

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

Usage

From source file com.andremion.louvre.home.GalleryActivity.java

public class GalleryActivity extends StoragePermissionActivity
        implements GalleryFragment.Callbacks, View.OnClickListener {

    private static final String EXTRA_MAX_SELECTION = GalleryActivity.class.getPackage().getName()
            + ".extra.MAX_SELECTION";
    private static final String EXTRA_MEDIA_TYPE_FILTER = GalleryActivity.class.getPackage().getName()