Example usage for android.support.v4.app Fragment subclass-usage

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

Introduction

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

Usage

From source file butter.droid.base.fragments.BaseVideoPlayerFragment.java

public abstract class BaseVideoPlayerFragment extends Fragment
        implements IVLCVout.Callback, TorrentListener, MediaPlayer.EventListener, LibVLC.HardwareAccelerationError,
        SubtitleDownloader.ISubtitleDownloaderListener {

    public static final String RESUME_POSITION = "resume_position";
    public static final int SUBTITLE_MINIMUM_SIZE = 10;

From source file android.support.v17.leanback.app.GuidedStepSupportFragment.java

/**
 * A GuidedStepSupportFragment is used to guide the user through a decision or series of decisions.
 * It is composed of a guidance view on the left and a view on the right containing a list of
 * possible actions.
 * <p>
 * <h3>Basic Usage</h3>

From source file cliq.com.cliqgram.fragments.CameraFragment.java

@TargetApi(Build.VERSION_CODES.LOLLIPOP)
public class CameraFragment extends Fragment
        implements View.OnClickListener, FragmentCompat.OnRequestPermissionsResultCallback {

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

From source file br.com.GUI.avaliacoes.AvaliarGorduraCorporal.java

public class AvaliarGorduraCorporal extends Fragment {

    //atributos de interface 

    private Spinner spnMetodoDeCalculo;

From source file at.alladin.rmbt.android.test.RMBTTestFragment.java

public class RMBTTestFragment extends Fragment implements ServiceConnection {
    private static final String TAG = "RMBTTestFragment";

    /**
     * used for smoothing the speed graph: amount of data needed for smoothing function
     */

From source file android.support.v17.leanback.app.PlaybackSupportFragment.java

/**
 * A fragment for displaying playback controls and related content.
 *
 * <p>
 * A PlaybackSupportFragment renders the elements of its {@link ObjectAdapter} as a set
 * of rows in a vertical list.  The Adapter's {@link PresenterSelector} must maintain subclasses

From source file at.alladin.rmbt.android.main.RMBTMainMenuFragment.java

/**
 * 
 * @author
 * 
 */
public class RMBTMainMenuFragment extends Fragment {

From source file cm.aptoidetv.pt.FragmentAppViewTV.java

/**
 * Created with IntelliJ IDEA.
 * User: rmateus
 * Date: 15-11-2013
 * Time: 14:34
 * To change this template use File | Settings | File Templates.

From source file cm.aptoide.ptdev.fragments.FragmentAppView.java

/**
 * Created with IntelliJ IDEA.
 * User: rmateus
 * Date: 15-11-2013
 * Time: 14:34
 * To change this template use File | Settings | File Templates.