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.google.samples.apps.iosched.ui.SessionsFragment.java

/**
 * A {@link 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.example.android.camera2basic.fragments.Camera2BasicFragment.java

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

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

From source file com.github.chenxiaolong.dualbootpatcher.switcher.ZipFlashingFragment.java

public class ZipFlashingFragment extends Fragment implements FirstUseDialogListener, RomIdSelectionDialogListener,
        NamedSlotIdInputDialogListener, ChangeInstallLocationDialogListener, LoaderCallbacks<LoaderResult>,
        ServiceConnection, OnItemMovedOrDismissedListener {
    private static final int PERFORM_ACTIONS = 1234;

    private static final String EXTRA_PENDING_ACTIONS = "pending_actions";

From source file com.free.searcher.MainFragment.java

public class MainFragment extends Fragment implements SearchView.OnQueryTextListener,
        View.OnSystemUiVisibilityChangeListener, View.OnLongClickListener {

    public static String PRIVATE_PATH = "";
    public static File PRIVATE_DIR = null;
    static final String CHOOSER_TITLE = "chooserTitle";

From source file com.orbar.pxdemo.ImageView.FivePXImageFragment.java

public class FivePXImageFragment extends Fragment implements BackPressedListener {

    static final String TAG = "FivePXImageFragment";

    public static final String ARG_IMAGE_BEAN = "arg_image_bean";
    static final String ARG_IMAGE_PREVIEW = "arg_image_preview";

From source file org.catnut.fragment.TweetFragment.java

/**
 * ??
 *
 * @author longkai
 */
public class TweetFragment extends Fragment implements TextWatcher, OnFragmentBackPressedListener,

From source file com.VVTeam.ManHood.Fragment.HistogramFragment.java

/**
 * Created by blase on 27.08.14.
 */
public class HistogramFragment extends Fragment implements Observer {

    public static final String TAG = "HistogramFragment";

From source file com.example.administrator.testscreenrecording.control.StreamingCamera2Fragment.java

@TargetApi(Build.VERSION_CODES.LOLLIPOP)
public class StreamingCamera2Fragment extends Fragment
        implements View.OnClickListener, FragmentCompat.OnRequestPermissionsResultCallback {
    private View root;

    /**

From source file com.android.mail.ui.ConversationListFragment.java

/**
 * The conversation list UI component.
 */
public final class ConversationListFragment extends Fragment implements OnItemLongClickListener, ModeChangeListener,
        ListItemSwipedListener, OnRefreshListener, SwipeListener, OnKeyListener, AdapterView.OnItemClickListener,
        View.OnClickListener, AbsListView.OnScrollListener {

From source file com.github.chenxiaolong.dualbootpatcher.patcher.PatchFileFragment.java

public class PatchFileFragment extends Fragment
        implements ServiceConnection, PatcherOptionsDialogListener, OnItemMovedOrDismissedListener,
        PatchFileItemClickListener, FragmentCompat.OnRequestPermissionsResultCallback, GenericYesNoDialogListener {
    public static final String TAG = PatchFileFragment.class.getSimpleName();

    private static final String DIALOG_PATCHER_OPTIONS = PatchFileFragment.class.getCanonicalName()