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.videolibrary.VideoLibraryFilteredFragment.java

/**
 * This Fragment displays all the videos of past Google I/O sessions. You can also filter them per
 * year and/or topics.
 */
public class VideoLibraryFilteredFragment extends Fragment
        implements UpdatableView<VideoLibraryModel>, CollectionViewCallbacks {

From source file com.versobit.kmark.clarity.DbProcessorFragment.java

public final class DbProcessorFragment extends Fragment {

    public static final String FRAGMENT_TAG = "fragment_dbworker";

    private static final String ARG_REPORTS_TO = "reports_to";
    private static final String ARG_DRY_RUN = "dry_run";

From source file com.matthewmitchell.peercoin_android_wallet.ui.WalletAddressFragment.java

/**
 * @author Andreas Schildbach
 */
public final class WalletAddressFragment extends Fragment implements NfcAdapter.CreateNdefMessageCallback {
    private WalletActivity activity;
    private WalletApplication application;

From source file com.android.systemui.tuner.QsTuner.java

public class QsTuner extends Fragment implements Callback {

    private static final String TAG = "QsTuner";

    private static final int MENU_RESET = Menu.FIRST;
    private static final int MENU_EDIT = Menu.FIRST + 1;

From source file com.example.pyrkesa.frag.User_Fragment.java

/**
 * Created by pyrkesa on 29/01/2015.
 */
public class User_Fragment extends Fragment {

    // Progress Dialog

From source file com.misterpereira.android.kiteplayer.ui.MediaBrowserFragment.java

/**
 * A Fragment that lists all the various browsable queues available
 * from a {@link android.service.media.MediaBrowserService}.
 * <p/>
 * It uses a {@link MediaBrowser} to connect to the {@link com.misterpereira.android.kiteplayer.MusicService}.
 * Once connected, the fragment subscribes to get all the children.

From source file com.seal.ui.fragments.StartPageFragment.java

public abstract class StartPageFragment extends Fragment {
    private View viewOne = null;
    private View viewTwo = null;
    private View mParentView = null;
    private View[] views = null;
    protected UIManager mUIManager;

From source file org.proninyaroslav.libretorrent.fragments.AddTorrentFragment.java

public class AddTorrentFragment extends Fragment {
    @SuppressWarnings("unused")
    private static final String TAG = AddTorrentFragment.class.getSimpleName();

    private static final String TAG_URI = "uri";
    private static final String TAG_HAS_TORRENT = "has_torrent";

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

public class AddressDialogFragment extends Fragment {

    private static final String NESTED_FRAGMENT = "NESTED_FRAGMENT";
    private String mAddressRequestId = RequestUtils.generateUniqueRequestId();
    OnAddressSelectedListener mListener;

From source file com.example.android.tryanimationt.TryAnimationFragment.java

/**
 * Fragment that demonstrates how to use CardView.
 */
public class TryAnimationFragment extends Fragment {

    private static final String TAG = TryAnimationFragment.class.getSimpleName();