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.lgallardo.youtorrentcontroller.TorrentDetailsFragment.java

public class TorrentDetailsFragment extends Fragment {

    // TAGS
    protected static final String TAG_SAVE_PATH = "save_path";
    protected static final String TAG_CREATION_DATE = "creation_date";
    protected static final String TAG_COMMENT = "comment";

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

/**
 * Container that handle_anchor the details information for a specific product
 */
public abstract class CheckoutFragmentBase extends Fragment {

    private static final String SAVED_INSTANCE_DELIVERY_METHOD = "SAVED_INSTANCE_DELIVERY_METHOD";

From source file it.unipr.informatica.autobusparma.MappaFragment.java

public class MappaFragment extends Fragment implements LocationListener {

    private static final int MAX_PLACES = 20;
    private GoogleMap mMap;
    private Marker userMarker;
    private Marker[] placeMarkers;

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

public class AccountFragment extends Fragment {
    private static final String TAG = AccountFragment.class.getCanonicalName();

    private String mAccountRequestId = RequestUtils.generateUniqueRequestId();

    private User mUser;

From source file com.android.contacts.SimImportFragment.java

/**
 * Dialog that presents a list of contacts from a SIM card that can be imported into a selected
 * account
 */
public class SimImportFragment extends Fragment
        implements LoaderManager.LoaderCallbacks<SimImportFragment.LoaderResult>, AdapterView.OnItemClickListener,

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

public class Camera2BasicFragmentEasy extends Fragment implements View.OnClickListener {

    /**
     * Tag for the {@link Log}.
     */
    private static final String TAG = "Camera2Fragment";

From source file com.example.camera2apidemo.Camera2Fragment.java

public class Camera2Fragment extends Fragment implements View.OnClickListener {

    private static final SparseIntArray ORIENTATIONS = new SparseIntArray();

    static {
        ORIENTATIONS.append(Surface.ROTATION_0, 90);

From source file com.google.samples.apps.iosched.videolibrary.VideoLibraryFragment.java

/**
 * This Fragment displays all the videos of past Google I/O sessions in the form of a card for each
 * topics and a card for new videos of the current year.
 */
public class VideoLibraryFragment extends Fragment
        implements UpdatableView<VideoLibraryModel, VideoLibraryQueryEnum, VideoLibraryUserActionEnum> {

From source file com.android.browser.BookmarksPageCallbacks.java

/**
 *  View showing the user's bookmarks in the browser.
 */
public class BrowserBookmarksPage extends Fragment implements View.OnCreateContextMenuListener,
        LoaderManager.LoaderCallbacks<Cursor>, BreadCrumbView.Controller, OnChildClickListener {

From source file com.borqs.browser.BookmarksPageCallbacks.java

/**
 *  View showing the user's bookmarks in the browser.
 */
public class BrowserBookmarksPage extends Fragment implements View.OnCreateContextMenuListener,
        LoaderManager.LoaderCallbacks<Cursor>, BreadCrumbView.Controller, OnChildClickListener {