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.microblink.barcode.customcamera.camera2.Camera2Fragment.java

/**
 * Created by dodo on 11/02/16.
 */
@TargetApi(21)
public class Camera2Fragment extends Fragment implements ScanResultListener {

From source file com.microblink.blinkid.demo.customcamera.camera2.Camera2Fragment.java

/**
 * Created by dodo on 11/02/16.
 */
@TargetApi(21)
public class Camera2Fragment extends Fragment implements ScanResultListener {

From source file com.mobileman.moments.android.frontend.fragments.StreamListFragment.java

/**
 * A fragment representing a list of Items.
 * <p/>
 * Large screen devices (such as tablets) are supported by replacing the ListView
 * with a GridView.
 * <p/>

From source file com.example.android.learnmore.Camera2BasicFragment.java

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

    private static final SparseIntArray ORIENTATIONS = new SparseIntArray();
    private static final int REQUEST_CAMERA_PERMISSION = 1;
    private static final String FRAGMENT_DIALOG = "dialog";

From source file com.example.android.camera2basic.Camera2VideoFragment.java

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

    private static final SparseIntArray ORIENTATIONS = new SparseIntArray();

    private static final String TAG = "Camera2VideoFragment";

From source file com.mov.android.camera2video.Camera2VideoFragment.java

public class Camera2VideoFragment extends Fragment
        implements FragmentCompat.OnRequestPermissionsResultCallback, CountDownAnimation.CountDownListener {

    private static final int SENSOR_ORIENTATION_DEFAULT_DEGREES = 90;
    private static final int SENSOR_ORIENTATION_INVERSE_DEGREES = 270;
    private static final SparseIntArray DEFAULT_ORIENTATIONS = new SparseIntArray();

From source file com.eutectoid.dosomething.picker.PickerFragment.java

/**
 * Provides functionality common to SDK UI elements that allow the user to pick one or more
 * graph objects (e.g., places, friends) from a list of possibilities. The UI is exposed as a
 * Fragment to allow to it to be included in an Activity along with other Fragments. The Fragments
 * can be configured by passing parameters as part of their Intent bundle, or (for certain
 * properties) by specifying attributes in their XML layout files.

From source file com.hybris.mobile.app.commerce.fragment.CatalogContentFragmentBase.java

/**
 * Fragment to display the list of product
 */
public abstract class CatalogContentFragmentBase extends Fragment {
    protected static final String SAVED_INSTANCE_CATEGORY = "SAVED_INSTANCE_CATEGORY";
    protected static final String SAVED_INSTANCE_SEARCH_TEXT = "SAVED_INSTANCE_SEARCH_TEXT";

From source file com.android.tv.settings.dialog.SettingsLayoutFragment.java

/**
 * Displays content on the left and actions on the right.
 */
public class SettingsLayoutFragment extends Fragment implements Layout.LayoutNodeRefreshListener {

    public static final String TAG_LEAN_BACK_DIALOG_FRAGMENT = "leanBackSettingsLayoutFragment";

From source file com.microblink.ocr.customcamera.camera2.Camera2Fragment.java

/**
 * Created by dodo on 11/02/16.
 */
@TargetApi(21)
public class Camera2Fragment extends Fragment implements ScanResultListener {