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 anakiou.com.picontrol.ui.fragments.InputsFragment.java

public class InputsFragment extends Fragment {

    private InputsRefreshResultReceiver inputsRefreshResultReceiver;

    private SwipeRefreshLayout refreshLayout;

From source file ca.rmen.android.scrumchatter.chart.MeetingChartFragment.java

/**
 * Displays charts for one meeting
 */
public class MeetingChartFragment extends Fragment {

    private static final String TAG = Constants.TAG + "/" + MeetingChartFragment.class.getSimpleName();

From source file andlabs.lounge.lobby.ui.LobbyFragment.java

public class LobbyFragment extends Fragment implements OnChildClickListener {

    private ExpandableListView mLobbyList;
    private LobbyListAdapter mLobbyAdapter;
    private ListView mHostList;
    private HostGameAdapter mHostAdapter;

From source file ca.rmen.android.poetassistant.main.dictionaries.ResultListHeaderFragment.java

public class ResultListHeaderFragment extends Fragment
        implements FilterDialogFragment.FilterDialogListener, ConfirmDialogFragment.ConfirmDialogListener {

    private static final String TAG = Constants.TAG + ResultListHeaderFragment.class.getSimpleName();
    private static final int ACTION_CLEAR_FAVORITES = 1;
    private static final String DIALOG_TAG = "dialog";

From source file cn.androidy.swiftlib.displaybitmaps.ImageGridFragment.java

/**
 * The main fragment that powers the ImageGridActivity screen. Fairly straight forward GridView
 * implementation with the key addition being the ImageWorker class w/ImageCache to load children
 * asynchronously, keeping the UI nice and smooth and caching thumbnails for quick retrieval. The
 * cache is retained over configuration changes like orientation change so the images are populated
 * quickly if, for example, the user rotates the device.

From source file at.alladin.rmbt.android.fragments.result.RMBTResultPagerFragment.java

public class RMBTResultPagerFragment extends Fragment implements OnTabChangeListener, OnPageChangeListener {
    /**
     * use this flag to make the map indicator visible only if coordinates are available
     */
    public final static boolean MAP_INDICATOR_DYNAMIC_VISIBILITY = false;

From source file ch.berta.fabio.popularmovies.presentation.ui.fragments.MovieDetailsBaseFragment.java

/**
 * Provides a base class for the display of detail information about a movie, including poster
 * image, release date, rating, an overview of the plot, reviews and trailers.
 */
public abstract class MovieDetailsBaseFragment<T extends MovieDetailsViewModel> extends Fragment
        implements LoaderManager.LoaderCallbacks<Cursor>, MovieDetailsViewModel.ViewInteractionListener {

From source file camera.AnotherCamera.java

/**
 * This is an example of a fragment which can use the external Android camera to take
 * a picture. It is important to remember to save the file URI where we want to save
 * our picture into the bundle because this data will be cleared when the camera is loaded.
 * The appropriate place to do this is in the Fragment's parent activity because there isn't a
 * good "entry" point when the fragment returns to the foreground to retrieve the bundle info.

From source file cat.wuyingren.rorhelper.fragments.GameStatusFragment.java

public class GameStatusFragment extends Fragment {

    public static final String ARG_GAME_ID = "game_id";

    private RecyclerView mRecyclerView;
    private TextView statusTitleText;

From source file bluetooth.BluetoothChatFragment.java

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

    private static final String TAG = "BluetoothChatFragment";