Example usage for android.app Fragment subclass-usage

List of usage examples for android.app Fragment subclass-usage

Introduction

In this page you can find the example usage for android.app Fragment subclass-usage.

Usage

From source file com.ptapp.activity.SessionsFragment.java

/**
 * A {@link android.app.ListFragment} showing a list of sessions. The fragment arguments
 * indicate what is the list of sessions to show. It may be a set of tag
 * filters or a search query.
 */
public class SessionsFragment extends Fragment

From source file com.samples.camerabackground.Camera2BasicFragment.java

public class Camera2BasicFragment extends Fragment implements FragmentCompat.OnRequestPermissionsResultCallback {

    /**
     * Conversion from screen rotation to JPEG orientation.
     */
    private static final SparseIntArray ORIENTATIONS = new SparseIntArray();

From source file com.jjcamera.apps.iosched.session.SessionDetailFragment.java

/**
 * Displays the details about a session. The user can add/remove a session from the schedule, watch
 * a live stream if available, watch the session on YouTube, view the map, share the session, and
 * submit feedback.
 */
public class SessionDetailFragment extends Fragment

From source file com.google.android.apps.forscience.whistlepunk.project.ProjectDetailsFragment.java

/**
 * Project detail fragment also contains project experiments list.
 */
public class ProjectDetailsFragment extends Fragment implements DeleteMetadataItemDialog.DeleteDialogListener {

    private static final String TAG = "ProjectDetailsFragment";

From source file io.intue.kamu.BestNearbyFragment.java

/**
 * A {@link android.app.ListFragment} showing a list of sessions. The fragment arguments
 * indicate what is the list of sessions to show. It may be a set of tag
 * filters or a search query.
 */
public class BestNearbyFragment extends Fragment implements CollectionViewCallbacks {

From source file com.rockacode.ocr.ui.camera.CameraFragment.java

public class CameraFragment extends Fragment
        implements View.OnClickListener, FragmentCompat.OnRequestPermissionsResultCallback {

    /**
     * Conversion from screen rotation to JPEG orientation.
     */

From source file com.example.testcamera.Camera2BasicFragmentGoogle.java

public class Camera2BasicFragmentGoogle extends Fragment implements View.OnClickListener {

    /**
     * Conversion from screen rotation to JPEG orientation.
     */
    private static final SparseIntArray ORIENTATIONS = new SparseIntArray();

From source file com.example.user.mediaapp.Camera2BasicFragment.java

public class Camera2BasicFragment extends Fragment
        implements View.OnClickListener, FragmentCompat.OnRequestPermissionsResultCallback {

    /**
     * Conversion from screen rotation to JPEG orientation.
     */

From source file com.iwuvhugs.seekgame.PhotoFragment.java

public class PhotoFragment extends Fragment
        implements View.OnClickListener, FragmentCompat.OnRequestPermissionsResultCallback {

    private static final String TAG = PhotoFragment.class.getSimpleName();

    /**

From source file com.alexstrong.smashing.Camera2BasicFragment.java

public class Camera2BasicFragment extends Fragment
        implements View.OnClickListener, FragmentCompat.OnRequestPermissionsResultCallback {

    /**
     * Conversion from screen rotation to JPEG orientation.
     */