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 ca.ualberta.cmput301.t03.inventory.BrowseInventoryFragment.java

/**
 * Fragment that displays a ListView containing all Items from all friends.
 * This can (later) be filtered by friends, category, and Texttual Query.
 */
public class BrowseInventoryFragment extends Fragment implements Observer, SwipeRefreshLayout.OnRefreshListener {
    Activity mActivity;

From source file bbct.android.common.activity.BaseballCardDetails.java

public class BaseballCardDetails extends Fragment {

    private static final String ID = "id";
    private static final String TAG = BaseballCardDetails.class.getName();

    @BindView(R.id.autograph)

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

/**
 * A fragment for creating leanback vertical grids.
 *
 * <p>Renders a vertical grid of objects given a {@link VerticalGridPresenter} and
 * an {@link ObjectAdapter}.
 */

From source file BTchat.bluetoothchat.BluetoothChatFragment.java

/**
 * This fragment controls Bluetooth to communicate with other devices.
 */
public class BluetoothChatFragment extends Fragment {

    private static final String TAG = "BluetoothChatFragment";

From source file android.support.v7.preference.PreferenceFragmentCompat.java

/**
 * Shows a hierarchy of {@link Preference} objects as
 * lists. These preferences will
 * automatically save to {@link android.content.SharedPreferences} as the user interacts with
 * them. To retrieve an instance of {@link android.content.SharedPreferences} that the
 * preference hierarchy in this fragment will use, call

From source file ca.frozen.rpicameraviewer.activities.VideoFragment.java

public class VideoFragment extends Fragment implements TextureView.SurfaceTextureListener {
    // public interfaces
    public interface OnFadeListener {
        void onStartFadeIn();

        void onStartFadeOut();

From source file app.CT.BTCCalculator.fragments.PriceDataFragment.java

public class PriceDataFragment extends Fragment
        implements SwipeRefreshLayout.OnRefreshListener, OnChartValueSelectedListener {
    private Context context;
    private String rate;
    private String time;

From source file ayushi.view.fragment.ProductDetailsFragment.java

/**
 * Fragment that appears in the "content_frame", shows a animal.
 */
public class ProductDetailsFragment extends Fragment {

    private int productListNumber;

From source file ca.ualberta.cmput301w14t08.geochan.fragments.ThreadListFragment.java

/**
 * Responsible for the UI fragment that displays multiple ThreadComments to the
 * user.
 * 
 * @author Henry Pabst
 * @author Artem Chikin

From source file ca.rmen.android.poetassistant.main.reader.ReaderFragment.java

public class ReaderFragment extends Fragment
        implements PoemFile.PoemFileCallback, ConfirmDialogFragment.ConfirmDialogListener {
    private static final String TAG = Constants.TAG + ReaderFragment.class.getSimpleName();
    private static final String EXTRA_INITIAL_TEXT = "initial_text";
    private static final String DIALOG_TAG = "dialog";
    private static final int ACTION_FILE_OPEN = 0;