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.classiqo.nativeandroid_32bitz.ui.PlaybackControlsFragment.java

/**
 * Created by JsFish-DT on 2017-03-14.
 */
public class PlaybackControlsFragment extends Fragment {
    private static final String TAG = LogHelper.makeLogTag(PlaybackControlsFragment.class);

From source file com.rastating.droidbeard.fragments.NavigationDrawerFragment.java

/**
 * Fragment used for managing interactions for and presentation of a navigation drawer.
 * See the <a href="https://developer.android.com/design/patterns/navigation-drawer.html#Interaction">
 * design guidelines</a> for a complete explanation of the behaviors implemented here.
 */
public class NavigationDrawerFragment extends Fragment {

From source file com.example.pawandeep.sunshine.app.ForecastFragment.java

/**
 * Encapsulates fetching the forecast and displaying it as a {@link ListView} layout.
 */
public class ForecastFragment extends Fragment {
    private ArrayAdapter<String> mForecastAdapter;

From source file com.geotrackin.gpslogger.NavigationDrawerFragment.java

/**
 * Fragment used for managing interactions for and presentation of a navigation drawer.
 * See the <a href="https://developer.android.com/design/patterns/navigation-drawer.html#Interaction">
 * design guidelines</a> for a complete explanation of the behaviors implemented here.
 */
public class NavigationDrawerFragment extends Fragment {

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

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

    private ArrayList<ScenarioItem> scenarioItems;

From source file com.skubit.comics.fragments.MyComicsFragment.java

public final class MyComicsFragment extends Fragment implements ArchiveLoadedCallback, AdapterListener {

    private static final String TAG = "MyComicsFragment";

    private final LoaderManager.LoaderCallbacks<ArchiveScannerResponse> mArchiveScannerCallback = new LoaderManager.LoaderCallbacks<ArchiveScannerResponse>() {

From source file com.emotion.emotioncontrol.fragments.NavigationDrawerFragment.java

/**
 * Fragment used for managing interactions for and presentation of a navigation drawer.
 * See the <a href="https://developer.android.com/design/patterns/navigation-drawer.html#Interaction">
 * design guidelines</a> for a complete explanation of the behaviors implemented here.
 */
public class NavigationDrawerFragment extends Fragment {

From source file com.luan.thermospy.android.fragments.NavigationDrawerFragment.java

/**
 * Fragment used for managing interactions for and presentation of a navigation drawer.
 * See the <a href="https://developer.android.com/design/patterns/navigation-drawer.html#Interaction">
 * design guidelines</a> for a complete explanation of the behaviors implemented here.
 */
public class NavigationDrawerFragment extends Fragment {

From source file ca.farrelltonsolar.classic.HourLogChart.java

/**
 * Created by Graham on 19/12/2014.
 */
public class HourLogChart extends Fragment {

    private boolean isReceiverRegistered;

From source file com.dc.bookdemo.ArticleListFragment.java

/**
 * ?,???
 *
 * @author mrsimple
 */
public class ArticleListFragment extends Fragment