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.nightshadelabs.snappy.activity.Camera2BasicFragment.java

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

    Story mStory;

    /**

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

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

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

From source file com.google.samples.apps.iosched.explore.ExploreIOFragment.java

/**
 * Display the Explore I/O cards. There are three styles of cards, which are referred to as Groups
 * by the CollectionView implementation.
 * <p/>
 * <ul> <li>The live-streaming session cards.</li> <li>Time sensitive message cards.</li> <li>Session
 * topic cards.</li> </ul>

From source file com.silentcircle.accounts.AccountStep3.java

public class AccountStep3 extends Fragment implements View.OnClickListener {

    private static final String TAG = "ProvisioningBpStep3";
    private static final int MIN_CONTENT_LENGTH = 10;
    private static final int AUTH_ERROR_ERROR_CODE = 4;

From source file com.mysampleapp.camera.Camera2BasicFragment.java

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

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

From source file fr.cph.chicago.fragment.NearbyFragment.java

/**
 * Map Fragment
 * 
 * @author Carl-Philipp Harmant
 * @version 1
 */

From source file com.org.ccl.practicetwo.camera.Camera2BasicFragment.java

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

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

From source file com.example.janicduplessis.myapplication.CameraFragment.java

public class CameraFragment extends Fragment {

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

From source file com.serenegiant.aceparrot.BaseFragment.java

public class BaseFragment extends Fragment implements MessageDialogFragment.MessageDialogListener {
    private static final boolean DEBUG = false; // FIXME ??false????
    private static final String TAG = BaseFragment.class.getSimpleName();

    private final Handler mUIHandler = new Handler(Looper.getMainLooper());
    private final long mUIThreadId = Looper.getMainLooper().getThread().getId();

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

/**
 * Displays content on the left and actions on the right.
 */
public class DialogFragment extends Fragment {

    private static final String TAG_LEAN_BACK_DIALOG_FRAGMENT = "leanBackDialogFragment";