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

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

Introduction

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

Usage

From source file com.univpm.s1055802.faceplusplustester.Gallery.GalleryVideosFragment.java

public class GalleryVideosFragment extends Fragment implements GalleryFragment {

    static final String AQUIRED_PHOTO = "Photo";
    static final int REQUEST_DETECT = 0;
    GridView imagegrid = null;
    String dir = null;

From source file com.univpm.s1055802.faceplusplustester.Gallery.GalleryImagesFragment.java

public class GalleryImagesFragment extends Fragment implements GalleryFragment {

    static final String AQUIRED_PHOTO = "Photo";
    static final int REQUEST_DETECT = 0;
    GridView imagegrid = null;
    String dir = null;